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

Side by Side Diff: content/public/common/content_switches.h

Issue 25040002: Enables fullscreen subtitle and media control from Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@build_hack
Patch Set: rebased, let's go! Created 6 years, 11 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 unified diff | Download patch
« no previous file with comments | « content/public/browser/android/compositor.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines all the "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 CONTENT_EXPORT extern const char kEnableHighResolutionTime[]; 144 CONTENT_EXPORT extern const char kEnableHighResolutionTime[];
145 #endif 145 #endif
146 CONTENT_EXPORT extern const char kEnableHTMLImports[]; 146 CONTENT_EXPORT extern const char kEnableHTMLImports[];
147 CONTENT_EXPORT extern const char kEnableInbandTextTracks[]; 147 CONTENT_EXPORT extern const char kEnableInbandTextTracks[];
148 extern const char kEnableInputModeAttribute[]; 148 extern const char kEnableInputModeAttribute[];
149 CONTENT_EXPORT extern const char kEnableLogging[]; 149 CONTENT_EXPORT extern const char kEnableLogging[];
150 extern const char kEnableMemoryBenchmarking[]; 150 extern const char kEnableMemoryBenchmarking[];
151 extern const char kEnableMonitorProfile[]; 151 extern const char kEnableMonitorProfile[];
152 CONTENT_EXPORT extern const char kEnableOfflineCacheAccess[]; 152 CONTENT_EXPORT extern const char kEnableOfflineCacheAccess[];
153 CONTENT_EXPORT extern const char kEnableOverlayFullscreenVideo[]; 153 CONTENT_EXPORT extern const char kEnableOverlayFullscreenVideo[];
154 extern const char kEnableOverlayFullscreenVideoSubtitle[];
154 CONTENT_EXPORT extern const char kEnableOverlayScrollbars[]; 155 CONTENT_EXPORT extern const char kEnableOverlayScrollbars[];
155 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[]; 156 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
156 CONTENT_EXPORT extern const char kEnablePinch[]; 157 CONTENT_EXPORT extern const char kEnablePinch[];
157 extern const char kEnablePreparsedJsCaching[]; 158 extern const char kEnablePreparsedJsCaching[];
158 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[]; 159 CONTENT_EXPORT extern const char kEnablePrivilegedWebGLExtensions[];
159 extern const char kEnablePruneGpuCommandBuffers[]; 160 extern const char kEnablePruneGpuCommandBuffers[];
160 CONTENT_EXPORT extern const char kEnableRegionBasedColumns[]; 161 CONTENT_EXPORT extern const char kEnableRegionBasedColumns[];
161 CONTENT_EXPORT extern const char kEnableRepaintAfterLayout[]; 162 CONTENT_EXPORT extern const char kEnableRepaintAfterLayout[];
162 CONTENT_EXPORT extern const char kEnableSandboxLogging[]; 163 CONTENT_EXPORT extern const char kEnableSandboxLogging[];
163 extern const char kEnableSkiaBenchmarking[]; 164 extern const char kEnableSkiaBenchmarking[];
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 #if defined(OS_POSIX) 316 #if defined(OS_POSIX)
316 extern const char kChildCleanExit[]; 317 extern const char kChildCleanExit[];
317 #endif 318 #endif
318 319
319 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 320 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
320 // alphabetical order, or in one of the ifdefs (also in order in each section). 321 // alphabetical order, or in one of the ifdefs (also in order in each section).
321 322
322 } // namespace switches 323 } // namespace switches
323 324
324 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 325 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/public/browser/android/compositor.h ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698