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

Unified Diff: content/public/common/content_switches.h

Issue 344883002: Collect UMA statistics on which chrome://flags lead to chrome restart on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 6 years, 6 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
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index f763e201bed897171913bad892342606b1dd25bf..cb4aafc55980657a07c05989ec9b338db1e5b840 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -264,6 +264,7 @@ CONTENT_EXPORT extern const char kForceUseOverlayEmbeddedVideo[];
CONTENT_EXPORT extern const char kHideScrollbars[];
extern const char kNetworkCountryIso[];
CONTENT_EXPORT extern const char kRemoteDebuggingSocketName[];
+CONTENT_EXPORT extern const char kEnableAccessibilityScriptInjection[];
Lei Zhang 2014/06/27 19:46:45 alphabetical order please
Alexander Alekseev 2014/06/30 15:06:01 Done.
#endif
CONTENT_EXPORT extern const char kDisableWebAudio[];

Powered by Google App Engine
This is Rietveld 408576698