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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 6576004: Build WebKit Full Screen API. Support is disabled by default; enable with --enable-fullscreen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nit and synced. Created 9 years, 9 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 #pragma once 9 #pragma once
10 10
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 extern const char kEnableConnectBackupJobs[]; 149 extern const char kEnableConnectBackupJobs[];
150 extern const char kEnableCrxlessWebApps[]; 150 extern const char kEnableCrxlessWebApps[];
151 extern const char kEnableDeviceMotion[]; 151 extern const char kEnableDeviceMotion[];
152 extern const char kEnableDNSCertProvenanceChecking[]; 152 extern const char kEnableDNSCertProvenanceChecking[];
153 extern const char kEnableDNSSECCerts[]; 153 extern const char kEnableDNSSECCerts[];
154 extern const char kEnableExperimentalExtensionApis[]; 154 extern const char kEnableExperimentalExtensionApis[];
155 extern const char kEnableExtensionTimelineApi[]; 155 extern const char kEnableExtensionTimelineApi[];
156 extern const char kEnableFastback[]; 156 extern const char kEnableFastback[];
157 extern const char kEnableFileCookies[]; 157 extern const char kEnableFileCookies[];
158 extern const char kEnableFileSystemURLScheme[]; 158 extern const char kEnableFileSystemURLScheme[];
159 extern const char kEnableFullScreen[];
159 extern const char kEnableGPUPlugin[]; 160 extern const char kEnableGPUPlugin[];
160 extern const char kEnableHistoryQuickProvider[]; 161 extern const char kEnableHistoryQuickProvider[];
161 extern const char kEnableInBrowserThumbnailing[]; 162 extern const char kEnableInBrowserThumbnailing[];
162 extern const char kEnableIPv6[]; 163 extern const char kEnableIPv6[];
163 extern const char kEnableJavaScriptI18NAPI[]; 164 extern const char kEnableJavaScriptI18NAPI[];
164 extern const char kEnableLogging[]; 165 extern const char kEnableLogging[];
165 extern const char kEnableMemoryInfo[]; 166 extern const char kEnableMemoryInfo[];
166 extern const char kEnableMonitorProfile[]; 167 extern const char kEnableMonitorProfile[];
167 extern const char kEnableNaCl[]; 168 extern const char kEnableNaCl[];
168 extern const char kEnableNaClDebug[]; 169 extern const char kEnableNaClDebug[];
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 430
430 // Return true if the switches indicate the seccomp sandbox is enabled. 431 // Return true if the switches indicate the seccomp sandbox is enabled.
431 bool SeccompSandboxEnabled(); 432 bool SeccompSandboxEnabled();
432 433
433 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 434 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
434 // alphabetical order, or in one of the ifdefs (also in order in each section). 435 // alphabetical order, or in one of the ifdefs (also in order in each section).
435 436
436 } // namespace switches 437 } // namespace switches
437 438
438 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 439 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/render_view_host_delegate_helper.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698