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

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

Issue 13209004: Add a flag to override unlimitedStorage quota for any origins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move from content/ to chrome/ Created 7 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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 extern const char kTabCapture[]; 363 extern const char kTabCapture[];
364 extern const char kTestNaClSandbox[]; 364 extern const char kTestNaClSandbox[];
365 extern const char kTestName[]; 365 extern const char kTestName[];
366 extern const char kTestType[]; 366 extern const char kTestType[];
367 extern const char kTestingChannelID[]; 367 extern const char kTestingChannelID[];
368 extern const char kTrackActiveVisitTime[]; 368 extern const char kTrackActiveVisitTime[];
369 extern const char kTranslateScriptURL[]; 369 extern const char kTranslateScriptURL[];
370 extern const char kTrustedSpdyProxy[]; 370 extern const char kTrustedSpdyProxy[];
371 extern const char kTryChromeAgain[]; 371 extern const char kTryChromeAgain[];
372 extern const char kUninstall[]; 372 extern const char kUninstall[];
373 extern const char kUnlimitedStorage[];
373 extern const char kUseSimpleCacheBackend[]; 374 extern const char kUseSimpleCacheBackend[];
374 extern const char kUseSpdy[]; 375 extern const char kUseSpdy[];
375 extern const char kUseSpellingSuggestions[]; 376 extern const char kUseSpellingSuggestions[];
376 extern const char kMaxSpdySessionsPerDomain[]; 377 extern const char kMaxSpdySessionsPerDomain[];
377 extern const char kMaxSpdyConcurrentStreams[]; 378 extern const char kMaxSpdyConcurrentStreams[];
378 extern const char kUserDataDir[]; 379 extern const char kUserDataDir[];
379 extern const char kUseClientLoginSigninFlow[]; 380 extern const char kUseClientLoginSigninFlow[];
380 extern const char kValidateCrx[]; 381 extern const char kValidateCrx[];
381 extern const char kVariationsServerURL[]; 382 extern const char kVariationsServerURL[];
382 extern const char kVersion[]; 383 extern const char kVersion[];
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 #else 489 #else
489 extern const char kEnablePrintPreview[]; 490 extern const char kEnablePrintPreview[];
490 #endif 491 #endif
491 492
492 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 493 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
493 // alphabetical order, or in one of the ifdefs (also in order in each section). 494 // alphabetical order, or in one of the ifdefs (also in order in each section).
494 495
495 } // namespace switches 496 } // namespace switches
496 497
497 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 498 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_special_storage_policy.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698