diff options
author | mkearney <mkearney@chromium.org> | 2015-05-28 10:05:45 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-28 17:06:33 +0000 |
commit | 7aadb06dadf92fb5ef71c760f35ba35cbf2c3d2a (patch) | |
tree | db5b7c0659c9737f452dfbf5ea4023325108acba | |
parent | 1f16a4aa1140d105430f5052412693360076d0a6 (diff) | |
download | chromium_src-7aadb06dadf92fb5ef71c760f35ba35cbf2c3d2a.zip chromium_src-7aadb06dadf92fb5ef71c760f35ba35cbf2c3d2a.tar.gz chromium_src-7aadb06dadf92fb5ef71c760f35ba35cbf2c3d2a.tar.bz2 |
Adding Chrome Custom Tabs to top navigation.
Src file lives in GitHub repo: https://github.com/GoogleChrome/multi-device/blob/master/android/customtabs.html
Review URL: https://codereview.chromium.org/1155423009
Cr-Commit-Position: refs/heads/master@{#331804}
-rw-r--r-- | chrome/common/extensions/docs/templates/json/chrome_sidenav.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json index 90827e2..213b6bb 100644 --- a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json +++ b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json @@ -234,6 +234,10 @@ { "title": "Add to Homescreen", "href": "/multidevice/android/installtohomescreen" + }, + { + "title": "Chrome Custom Tabs", + "href": "/multidevice/android/customtabs" } ] }, |