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

Unified Diff: chrome/browser/resources/options/about_page.html

Issue 4565001: Add Canary to the channel switching UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: canary-channel Created 10 years, 1 month 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 | « chrome/browser/dom_ui/options/about_page_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/about_page.html
diff --git a/chrome/browser/resources/options/about_page.html b/chrome/browser/resources/options/about_page.html
index edcd1e944a271c724701a9708d271e84f3d1e3a6..d53181566ecadcb10e5ae0a216c02ea88c0fb325 100644
--- a/chrome/browser/resources/options/about_page.html
+++ b/chrome/browser/resources/options/about_page.html
@@ -25,6 +25,7 @@
<!-- <option value="release" i18n-content="release"></option> -->
<option value="beta-channel" i18n-content="beta"></option>
<option value="dev-channel" i18n-content="development"></option>
+ <option value="canary-channel" i18n-content="canary"></option>
</select>
</section>
<section>
« no previous file with comments | « chrome/browser/dom_ui/options/about_page_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698