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

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: Fix unit tests 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
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..feeab52ae3e0f8ae0debbdd435343dcccb4c7d51 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_AVAILABLE);
#if defined(OS_CHROMEOS)
int ids = IDS_PRODUCT_OS_NAME;
#else
« chrome/browser/about_flags_unittest.cc ('K') | « chrome/browser/resources/flags.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698