Commit 446bce0a authored by jbroman's avatar jbroman Committed by Commit bot

Show the 'unsupported flag' message for --{enable,disable}-blink-features.

This causes Chrome to show a scary infobar when either of these flags is used,
in order to discourage their use in production. They are intended for Chromium
development only.

BUG=454504

Review URL: https://codereview.chromium.org/928593004

Cr-Commit-Position: refs/heads/master@{#317098}
parent ac02ac60
......@@ -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
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment