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

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

Issue 6602023: Revert 76324 - Build WebKit Full Screen API. Support is disabled by default; ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 extern const char kEnableConnectBackupJobs[]; 150 extern const char kEnableConnectBackupJobs[];
151 extern const char kEnableCrxlessWebApps[]; 151 extern const char kEnableCrxlessWebApps[];
152 extern const char kEnableDeviceMotion[]; 152 extern const char kEnableDeviceMotion[];
153 extern const char kEnableDNSCertProvenanceChecking[]; 153 extern const char kEnableDNSCertProvenanceChecking[];
154 extern const char kEnableDNSSECCerts[]; 154 extern const char kEnableDNSSECCerts[];
155 extern const char kEnableExperimentalExtensionApis[]; 155 extern const char kEnableExperimentalExtensionApis[];
156 extern const char kEnableExtensionTimelineApi[]; 156 extern const char kEnableExtensionTimelineApi[];
157 extern const char kEnableFastback[]; 157 extern const char kEnableFastback[];
158 extern const char kEnableFileCookies[]; 158 extern const char kEnableFileCookies[];
159 extern const char kEnableFileSystemURLScheme[]; 159 extern const char kEnableFileSystemURLScheme[];
160 extern const char kEnableFullScreen[];
161 extern const char kEnableGPUPlugin[]; 160 extern const char kEnableGPUPlugin[];
162 extern const char kEnableHistoryQuickProvider[]; 161 extern const char kEnableHistoryQuickProvider[];
163 extern const char kEnableInBrowserThumbnailing[]; 162 extern const char kEnableInBrowserThumbnailing[];
164 extern const char kEnableIPv6[]; 163 extern const char kEnableIPv6[];
165 extern const char kEnableJavaScriptI18NAPI[]; 164 extern const char kEnableJavaScriptI18NAPI[];
166 extern const char kEnableLogging[]; 165 extern const char kEnableLogging[];
167 extern const char kEnableMemoryInfo[]; 166 extern const char kEnableMemoryInfo[];
168 extern const char kEnableMonitorProfile[]; 167 extern const char kEnableMonitorProfile[];
169 extern const char kEnableNaCl[]; 168 extern const char kEnableNaCl[];
170 extern const char kEnableNaClDebug[]; 169 extern const char kEnableNaClDebug[];
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 429
431 // Return true if the switches indicate the seccomp sandbox is enabled. 430 // Return true if the switches indicate the seccomp sandbox is enabled.
432 bool SeccompSandboxEnabled(); 431 bool SeccompSandboxEnabled();
433 432
434 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 433 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
435 // alphabetical order, or in one of the ifdefs (also in order in each section). 434 // alphabetical order, or in one of the ifdefs (also in order in each section).
436 435
437 } // namespace switches 436 } // namespace switches
438 437
439 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 438 #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