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

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: 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..31aa4b19acc9715997d44f98bce85df12995161f 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="test-channel" i18n-content="canary"></option>
petkov 2010/11/05 16:46:16 Change "test-channel" to "canary-channel".
satorux1 2010/11/11 10:35:27 Done.
</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