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

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

Issue 2654993002: Remove --allow-file-access and accompanying logic (Closed)
Patch Set: Created 3 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 | « chrome/browser/net/chrome_network_delegate.cc ('k') | 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) 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 the shared command-line switches used by code in the Chrome 5 // Defines the shared command-line switches used by code in the Chrome
6 // directory that don't have anywhere more specific to go. 6 // directory that don't have anywhere more specific to go.
7 7
8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 8 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
9 #define CHROME_COMMON_CHROME_SWITCHES_H_ 9 #define CHROME_COMMON_CHROME_SWITCHES_H_
10 10
(...skipping 14 matching lines...) Expand all
25 // ----------------------------------------------------------------------------- 25 // -----------------------------------------------------------------------------
26 // Can't find the switch you are looking for? Try looking in 26 // Can't find the switch you are looking for? Try looking in
27 // media/base/media_switches.cc or ui/gl/gl_switches.cc or one of the 27 // media/base/media_switches.cc or ui/gl/gl_switches.cc or one of the
28 // .cc files corresponding to the *_switches.h files included above 28 // .cc files corresponding to the *_switches.h files included above
29 // instead. 29 // instead.
30 // ----------------------------------------------------------------------------- 30 // -----------------------------------------------------------------------------
31 31
32 // All switches in alphabetical order. The switches should be documented 32 // All switches in alphabetical order. The switches should be documented
33 // alongside the definition of their values in the .cc file. 33 // alongside the definition of their values in the .cc file.
34 extern const char kAllowCrossOriginAuthPrompt[]; 34 extern const char kAllowCrossOriginAuthPrompt[];
35 extern const char kAllowFileAccess[];
36 extern const char kAllowHttpScreenCapture[]; 35 extern const char kAllowHttpScreenCapture[];
37 extern const char kAllowOutdatedPlugins[]; 36 extern const char kAllowOutdatedPlugins[];
38 extern const char kAllowRunningInsecureContent[]; 37 extern const char kAllowRunningInsecureContent[];
39 extern const char kAllowSilentPush[]; 38 extern const char kAllowSilentPush[];
40 extern const char kAlwaysAuthorizePlugins[]; 39 extern const char kAlwaysAuthorizePlugins[];
41 extern const char kApp[]; 40 extern const char kApp[];
42 extern const char kAppId[]; 41 extern const char kAppId[];
43 extern const char kAppModeAuthCode[]; 42 extern const char kAppModeAuthCode[];
44 extern const char kAppModeOAuth2Token[]; 43 extern const char kAppModeOAuth2Token[];
45 extern const char kAppsGalleryDownloadURL[]; 44 extern const char kAppsGalleryDownloadURL[];
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 #if defined(OS_WIN) 374 #if defined(OS_WIN)
376 bool GDITextPrintingEnabled(); 375 bool GDITextPrintingEnabled();
377 #endif 376 #endif
378 377
379 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 378 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
380 // alphabetical order, or in one of the ifdefs (also in order in each section). 379 // alphabetical order, or in one of the ifdefs (also in order in each section).
381 380
382 } // namespace switches 381 } // namespace switches
383 382
384 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 383 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/net/chrome_network_delegate.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698