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

Unified Diff: chrome/browser/dom_ui/options/about_page_handler.cc

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/app/generated_resources.grd ('k') | chrome/browser/resources/options/about_page.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_ui/options/about_page_handler.cc
diff --git a/chrome/browser/dom_ui/options/about_page_handler.cc b/chrome/browser/dom_ui/options/about_page_handler.cc
index 8bb23537787488086b64029509521bf9fcb0e8a8..cb24290216f1794aad2411b4245dcc0fd1272a59 100644
--- a/chrome/browser/dom_ui/options/about_page_handler.cc
+++ b/chrome/browser/dom_ui/options/about_page_handler.cc
@@ -80,6 +80,7 @@ const LocalizeEntry localize_table[] = {
{ "release", IDS_ABOUT_PAGE_CHANNEL_RELEASE },
{ "beta", IDS_ABOUT_PAGE_CHANNEL_BETA },
{ "development", IDS_ABOUT_PAGE_CHANNEL_DEVELOPMENT },
+ { "canary", IDS_ABOUT_PAGE_CHANNEL_CANARY },
{ "user_agent", IDS_ABOUT_VERSION_USER_AGENT },
{ "command_line", IDS_ABOUT_VERSION_COMMAND_LINE },
{ "aboutPage", IDS_ABOUT_PAGE_TITLE }
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/options/about_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698