Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: docs/ios/opening_links.md

Issue 2778973002: Add the user agent content into the docs repo. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | docs/ios/user_agent.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/ios/opening_links.md
diff --git a/docs/ios/opening_links.md b/docs/ios/opening_links.md
index 03ea68a3af74829b3bdbacfd883f00ca5da2c5c5..329f299643809ea4e640f5d7cc0f32d1302c8fa1 100644
--- a/docs/ios/opening_links.md
+++ b/docs/ios/opening_links.md
@@ -1,4 +1,4 @@
-# Opening links in Chrome for iOS</h1>
+# Opening links in Chrome for iOS
The easiest way to have your iOS app open links in Chrome is to use the
[OpenInChromeController](https://github.com/GoogleChrome/OpenInChrome) class.
@@ -13,8 +13,8 @@ the URL to open.
### Methods
-* `isChromeInstalled`: returns YES if Chrome is installed</li>
-* `openInChrome`: opens a given URL in Chrome</li>
+* `isChromeInstalled`: returns YES if Chrome is installed
+* `openInChrome`: opens a given URL in Chrome
For example, use the OpenInChromeController class as follows:
« no previous file with comments | « no previous file | docs/ios/user_agent.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698