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

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

Issue 219523002: Move extension whitelist switch to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix cros Created 6 years, 8 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) 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 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 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 extern const char kUninstall[]; 365 extern const char kUninstall[];
366 extern const char kUnlimitedStorage[]; 366 extern const char kUnlimitedStorage[];
367 extern const char kUseSimpleCacheBackend[]; 367 extern const char kUseSimpleCacheBackend[];
368 extern const char kUseSpdy[]; 368 extern const char kUseSpdy[];
369 extern const char kUseSpellingSuggestions[]; 369 extern const char kUseSpellingSuggestions[];
370 extern const char kUserAgent[]; 370 extern const char kUserAgent[];
371 extern const char kUserDataDir[]; 371 extern const char kUserDataDir[];
372 extern const char kValidateCrx[]; 372 extern const char kValidateCrx[];
373 extern const char kVariationsServerURL[]; 373 extern const char kVariationsServerURL[];
374 extern const char kVersion[]; 374 extern const char kVersion[];
375 extern const char kWhitelistedExtensionID[];
376 extern const char kWindowPosition[]; 375 extern const char kWindowPosition[];
377 extern const char kWindowSize[]; 376 extern const char kWindowSize[];
378 extern const char kWinHttpProxyResolver[]; 377 extern const char kWinHttpProxyResolver[];
379 378
380 #if defined(ENABLE_PLUGIN_INSTALLATION) 379 #if defined(ENABLE_PLUGIN_INSTALLATION)
381 extern const char kPluginsMetadataServerURL[]; 380 extern const char kPluginsMetadataServerURL[];
382 #endif 381 #endif
383 382
384 #if defined(OS_ANDROID) || defined(OS_IOS) 383 #if defined(OS_ANDROID) || defined(OS_IOS)
385 extern const char kEnableSpdyProxyAuth[]; 384 extern const char kEnableSpdyProxyAuth[];
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 #else 445 #else
447 extern const char kEnablePrintPreview[]; 446 extern const char kEnablePrintPreview[];
448 #endif 447 #endif
449 448
450 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 449 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
451 // alphabetical order, or in one of the ifdefs (also in order in each section). 450 // alphabetical order, or in one of the ifdefs (also in order in each section).
452 451
453 } // namespace switches 452 } // namespace switches
454 453
455 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 454 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_service_unittest.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698