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

Unified Diff: chrome/browser/ui/webui/flags_ui.cc

Issue 8898039: Show all experiments, even those that are unavailable on the current platform (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update wording and colors Created 9 years 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
« chrome/browser/resources/flags.html ('K') | « chrome/browser/resources/flags.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/flags_ui.cc
diff --git a/chrome/browser/ui/webui/flags_ui.cc b/chrome/browser/ui/webui/flags_ui.cc
index 3fb845c30164335a6f99aeab2fb110d92a06a76b..c150e2335816aef9cc7fbd7c0a1bd66733f68cf0 100644
--- a/chrome/browser/ui/webui/flags_ui.cc
+++ b/chrome/browser/ui/webui/flags_ui.cc
@@ -44,6 +44,7 @@ ChromeWebUIDataSource* CreateFlagsUIHTMLSource() {
IDS_FLAGS_NO_EXPERIMENTS_AVAILABLE);
source->AddLocalizedString("flagsWarningHeader", IDS_FLAGS_WARNING_HEADER);
source->AddLocalizedString("flagsBlurb", IDS_FLAGS_WARNING_TEXT);
+ source->AddLocalizedString("flagsNotSupported", IDS_FLAGS_NOT_SUPPORTED);
#if defined(OS_CHROMEOS)
int ids = IDS_PRODUCT_OS_NAME;
#else
« chrome/browser/resources/flags.html ('K') | « chrome/browser/resources/flags.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698