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

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

Issue 14180010: Translate: browser test for Chrome Translate in an isolated world (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix two memory bugs Created 7 years, 4 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
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.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 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 extern const char kSyncDisableOAuth2Token[]; 368 extern const char kSyncDisableOAuth2Token[];
369 extern const char kSyncEnableGetUpdateAvoidance[]; 369 extern const char kSyncEnableGetUpdateAvoidance[];
370 extern const char kSyncfsEnableDirectoryOperation[]; 370 extern const char kSyncfsEnableDirectoryOperation[];
371 extern const char kTabBrowserDragging[]; 371 extern const char kTabBrowserDragging[];
372 extern const char kTabCapture[]; 372 extern const char kTabCapture[];
373 extern const char kTestName[]; 373 extern const char kTestName[];
374 extern const char kTestType[]; 374 extern const char kTestType[];
375 extern const char kTestingChannelID[]; 375 extern const char kTestingChannelID[];
376 extern const char kTrackActiveVisitTime[]; 376 extern const char kTrackActiveVisitTime[];
377 extern const char kTranslateScriptURL[]; 377 extern const char kTranslateScriptURL[];
378 extern const char kTranslateSecurityOrigin[];
378 extern const char kTrustedSpdyProxy[]; 379 extern const char kTrustedSpdyProxy[];
379 extern const char kTryChromeAgain[]; 380 extern const char kTryChromeAgain[];
380 extern const char kUninstallExtension[]; 381 extern const char kUninstallExtension[];
381 extern const char kUninstall[]; 382 extern const char kUninstall[];
382 extern const char kUnlimitedStorage[]; 383 extern const char kUnlimitedStorage[];
383 extern const char kUseSimpleCacheBackend[]; 384 extern const char kUseSimpleCacheBackend[];
384 extern const char kUseSpdy[]; 385 extern const char kUseSpdy[];
385 extern const char kUseSpellingSuggestions[]; 386 extern const char kUseSpellingSuggestions[];
386 extern const char kMaxSpdyConcurrentStreams[]; 387 extern const char kMaxSpdyConcurrentStreams[];
387 extern const char kUserDataDir[]; 388 extern const char kUserDataDir[];
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 #else 459 #else
459 extern const char kEnablePrintPreview[]; 460 extern const char kEnablePrintPreview[];
460 #endif 461 #endif
461 462
462 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 463 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
463 // alphabetical order, or in one of the ifdefs (also in order in each section). 464 // alphabetical order, or in one of the ifdefs (also in order in each section).
464 465
465 } // namespace switches 466 } // namespace switches
466 467
467 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 468 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698