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

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

Issue 4870001: Enable sandboxed flash on windows by default.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 extern const char kDisableContentPrefetch[]; 60 extern const char kDisableContentPrefetch[];
61 extern const char kDisableCustomJumpList[]; 61 extern const char kDisableCustomJumpList[];
62 extern const char kDisableDatabases[]; 62 extern const char kDisableDatabases[];
63 extern const char kDisableDesktopNotifications[]; 63 extern const char kDisableDesktopNotifications[];
64 extern const char kDisableDevTools[]; 64 extern const char kDisableDevTools[];
65 extern const char kDisableDeviceOrientation[]; 65 extern const char kDisableDeviceOrientation[];
66 extern const char kDisableExperimentalWebGL[]; 66 extern const char kDisableExperimentalWebGL[];
67 extern const char kDisableExtensionsFileAccessCheck[]; 67 extern const char kDisableExtensionsFileAccessCheck[];
68 extern const char kDisableExtensions[]; 68 extern const char kDisableExtensions[];
69 extern const char kDisableFileSystem[]; 69 extern const char kDisableFileSystem[];
70 extern const char kDisableFlashSandbox[];
70 extern const char kDisableGLSLTranslator[]; 71 extern const char kDisableGLSLTranslator[];
71 extern const char kDisableGeolocation[]; 72 extern const char kDisableGeolocation[];
72 extern const char kDisableGpuWatchdog[]; 73 extern const char kDisableGpuWatchdog[];
73 extern const char kDisableHangMonitor[]; 74 extern const char kDisableHangMonitor[];
74 extern const char kDisableHistoryQuickProvider[]; 75 extern const char kDisableHistoryQuickProvider[];
75 extern const char kDisableHistoryURLProvider[]; 76 extern const char kDisableHistoryURLProvider[];
76 extern const char kDisableInternalFlash[]; 77 extern const char kDisableInternalFlash[];
77 extern const char kDisableIndexedDatabase[]; 78 extern const char kDisableIndexedDatabase[];
78 extern const char kDisableIPv6[]; 79 extern const char kDisableIPv6[];
79 extern const char kDisableJavaScript[]; 80 extern const char kDisableJavaScript[];
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 #endif 391 #endif
391 // Return true if the switches indicate the seccomp sandbox is enabled. 392 // Return true if the switches indicate the seccomp sandbox is enabled.
392 bool SeccompSandboxEnabled(); 393 bool SeccompSandboxEnabled();
393 394
394 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 395 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
395 // alphabetical order, or in one of the ifdefs (also in order in each section). 396 // alphabetical order, or in one of the ifdefs (also in order in each section).
396 397
397 } // namespace switches 398 } // namespace switches
398 399
399 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 400 #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