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

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

Issue 9963079: Adds a TabContentsViewAura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « chrome/chrome_browser.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) 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 #pragma once 9 #pragma once
10 10
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 #endif 383 #endif
384 384
385 #if defined(OS_WIN) 385 #if defined(OS_WIN)
386 extern const char kDisableDesktopShortcuts[]; 386 extern const char kDisableDesktopShortcuts[];
387 #endif 387 #endif
388 388
389 #if defined(TOOLKIT_VIEWS) 389 #if defined(TOOLKIT_VIEWS)
390 extern const char kTouchDevices[]; 390 extern const char kTouchDevices[];
391 #endif 391 #endif
392 392
393 #if defined(USE_AURA)
394 extern const char kEnableTCVA[];
395 #endif
396
393 #ifndef NDEBUG 397 #ifndef NDEBUG
394 extern const char kFileManagerExtensionPath[]; 398 extern const char kFileManagerExtensionPath[];
395 extern const char kDumpProfileDependencyGraph[]; 399 extern const char kDumpProfileDependencyGraph[];
396 #endif 400 #endif
397 401
398 #if defined(GOOGLE_CHROME_BUILD) 402 #if defined(GOOGLE_CHROME_BUILD)
399 extern const char kDisablePrintPreview[]; 403 extern const char kDisablePrintPreview[];
400 #else 404 #else
401 extern const char kEnablePrintPreview[]; 405 extern const char kEnablePrintPreview[];
402 #endif 406 #endif
403 407
404 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 408 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
405 // alphabetical order, or in one of the ifdefs (also in order in each section). 409 // alphabetical order, or in one of the ifdefs (also in order in each section).
406 410
407 } // namespace switches 411 } // namespace switches
408 412
409 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 413 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698