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

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

Issue 5174003: Revert 66022 - Enable sandboxed flash on windows by default.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/587/src/
Patch Set: Created 10 years, 1 month 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
« no previous file with comments | « no previous file | chrome/common/chrome_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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 extern const char kDisableContentPrefetch[]; 61 extern const char kDisableContentPrefetch[];
62 extern const char kDisableCustomJumpList[]; 62 extern const char kDisableCustomJumpList[];
63 extern const char kDisableDatabases[]; 63 extern const char kDisableDatabases[];
64 extern const char kDisableDesktopNotifications[]; 64 extern const char kDisableDesktopNotifications[];
65 extern const char kDisableDevTools[]; 65 extern const char kDisableDevTools[];
66 extern const char kDisableDeviceOrientation[]; 66 extern const char kDisableDeviceOrientation[];
67 extern const char kDisableExperimentalWebGL[]; 67 extern const char kDisableExperimentalWebGL[];
68 extern const char kDisableExtensionsFileAccessCheck[]; 68 extern const char kDisableExtensionsFileAccessCheck[];
69 extern const char kDisableExtensions[]; 69 extern const char kDisableExtensions[];
70 extern const char kDisableFileSystem[]; 70 extern const char kDisableFileSystem[];
71 extern const char kDisableFlashSandbox[];
72 extern const char kDisableGLSLTranslator[]; 71 extern const char kDisableGLSLTranslator[];
73 extern const char kDisableGeolocation[]; 72 extern const char kDisableGeolocation[];
74 extern const char kDisableGpuWatchdog[]; 73 extern const char kDisableGpuWatchdog[];
75 extern const char kDisableHangMonitor[]; 74 extern const char kDisableHangMonitor[];
76 extern const char kDisableHistoryQuickProvider[]; 75 extern const char kDisableHistoryQuickProvider[];
77 extern const char kDisableHistoryURLProvider[]; 76 extern const char kDisableHistoryURLProvider[];
78 extern const char kDisableInternalFlash[]; 77 extern const char kDisableInternalFlash[];
79 extern const char kDisableIndexedDatabase[]; 78 extern const char kDisableIndexedDatabase[];
80 extern const char kDisableIPv6[]; 79 extern const char kDisableIPv6[];
81 extern const char kDisableJavaScript[]; 80 extern const char kDisableJavaScript[];
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 #endif 395 #endif
397 // Return true if the switches indicate the seccomp sandbox is enabled. 396 // Return true if the switches indicate the seccomp sandbox is enabled.
398 bool SeccompSandboxEnabled(); 397 bool SeccompSandboxEnabled();
399 398
400 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 399 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
401 // alphabetical order, or in one of the ifdefs (also in order in each section). 400 // alphabetical order, or in one of the ifdefs (also in order in each section).
402 401
403 } // namespace switches 402 } // namespace switches
404 403
405 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 404 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698