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

Unified Diff: chrome/browser/ui/startup/bad_flags_prompt.cc

Issue 928593004: Show the 'unsupported flag' message for --{enable,disable}-blink-features. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/bad_flags_prompt.cc
diff --git a/chrome/browser/ui/startup/bad_flags_prompt.cc b/chrome/browser/ui/startup/bad_flags_prompt.cc
index 4b594970f396c902004353f393e31a3fd483e758..211b42e937cacb8b1dda70e705f3867670c9b059 100644
--- a/chrome/browser/ui/startup/bad_flags_prompt.cc
+++ b/chrome/browser/ui/startup/bad_flags_prompt.cc
@@ -74,6 +74,12 @@ void ShowBadFlagsPrompt(Browser* browser) {
// http://crbug.com/327295
switches::kEnableSpeechDispatcher,
#endif
+
+ // These flags control Blink feature state, which is not supported and is
+ // intended only for use by Chromium developers.
+ switches::kDisableBlinkFeatures,
+ switches::kEnableBlinkFeatures,
+
NULL
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698