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

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

Issue 8873001: Revert 113470 - Makes tests either use mock compositor or mock WebGraphicsContext3D depending upo... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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/chrome_tests.gypi ('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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 extern const char kSetToken[]; 367 extern const char kSetToken[];
368 extern const char kWebSocketLiveExperimentHost[]; 368 extern const char kWebSocketLiveExperimentHost[];
369 extern const char kExposePrivateExtensionApi[]; 369 extern const char kExposePrivateExtensionApi[];
370 extern const char kFileManagerExtensionPath[]; 370 extern const char kFileManagerExtensionPath[];
371 #endif 371 #endif
372 372
373 extern const char kDisablePrintPreview[]; 373 extern const char kDisablePrintPreview[];
374 extern const char kEnablePrintPreview[]; 374 extern const char kEnablePrintPreview[];
375 extern const char kEnableBenchmarking[]; 375 extern const char kEnableBenchmarking[];
376 376
377 #if defined(USE_AURA)
378 extern const char kTestCompositor[];
379 #endif
380
381 bool IsPrintPreviewEnabled(); 377 bool IsPrintPreviewEnabled();
382 378
383 bool IsInBrowserThumbnailingEnabled(); 379 bool IsInBrowserThumbnailingEnabled();
384 380
385 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 381 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
386 // alphabetical order, or in one of the ifdefs (also in order in each section). 382 // alphabetical order, or in one of the ifdefs (also in order in each section).
387 383
388 } // namespace switches 384 } // namespace switches
389 385
390 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 386 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698