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

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

Issue 182493003: enable subtitle support and the new fullscreen video (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't enable fullscreen subtitle for webview Created 6 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
Index: content/public/common/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 920bb92c0f799d80f14535efda0de2088e08ce1e..58d86cae01753da1d95996e2b93d0a97160c9b80 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -145,7 +145,7 @@ extern const char kEnableMemoryBenchmarking[];
extern const char kEnableMonitorProfile[];
CONTENT_EXPORT extern const char kEnableOfflineCacheAccess[];
CONTENT_EXPORT extern const char kEnableOverlayFullscreenVideo[];
-extern const char kEnableOverlayFullscreenVideoSubtitle[];
+extern const char kDisableOverlayFullscreenVideoSubtitle[];
boliu 2014/03/06 19:42:53 need CONTENT EXPORT here
qinmin 2014/03/06 20:26:33 Done.
CONTENT_EXPORT extern const char kEnableOverlayScrollbar[];
CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
CONTENT_EXPORT extern const char kEnablePinch[];

Powered by Google App Engine
This is Rietveld 408576698