Index: content/public/common/content_switches.h |
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
index 1c088616ad3a8ea569a0ff86111ac751e2be4d96..ecab25d4d6679270ae63b53e35a6b8d09334626e 100644 |
--- a/content/public/common/content_switches.h |
+++ b/content/public/common/content_switches.h |
@@ -23,6 +23,7 @@ extern const char kAuditAllHandles[]; |
extern const char kAuditHandles[]; |
CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[]; |
CONTENT_EXPORT extern const char kBlacklistWebGL[]; |
+extern const char kBlinkPlatformLogChannels[]; |
CONTENT_EXPORT extern const char kBlockCrossSiteDocuments[]; |
CONTENT_EXPORT extern const char kBrowserAssertTest[]; |
CONTENT_EXPORT extern const char kBrowserCrashTest[]; |
@@ -269,7 +270,6 @@ CONTENT_EXPORT extern const char kUtilityProcess[]; |
extern const char kUtilityProcessAllowedDir[]; |
CONTENT_EXPORT extern const char kUtilityProcessEnableMDns[]; |
CONTENT_EXPORT extern const char kWaitForDebuggerChildren[]; |
-extern const char kWebCoreLogChannels[]; |
CONTENT_EXPORT extern const char kWebGLCommandBufferSizeKb[]; |
CONTENT_EXPORT extern const char kWorkerProcess[]; |
CONTENT_EXPORT extern const char kZygoteCmdPrefix[]; |