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

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

Issue 11038021: Implement Chrome Extension TabCapture API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 2 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_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) 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 extern const char kSyncInvalidateXmppLogin[]; 330 extern const char kSyncInvalidateXmppLogin[];
331 extern const char kSyncKeystoreEncryption[]; 331 extern const char kSyncKeystoreEncryption[];
332 extern const char kSyncShortInitialRetryOverride[]; 332 extern const char kSyncShortInitialRetryOverride[];
333 extern const char kSyncNotificationMethod[]; 333 extern const char kSyncNotificationMethod[];
334 extern const char kSyncNotificationHostPort[]; 334 extern const char kSyncNotificationHostPort[];
335 extern const char kSyncServiceURL[]; 335 extern const char kSyncServiceURL[];
336 extern const char kSyncTabFavicons[]; 336 extern const char kSyncTabFavicons[];
337 extern const char kSyncThrowUnrecoverableError[]; 337 extern const char kSyncThrowUnrecoverableError[];
338 extern const char kSyncTrySsltcpFirstForXmpp[]; 338 extern const char kSyncTrySsltcpFirstForXmpp[];
339 extern const char kTabBrowserDragging[]; 339 extern const char kTabBrowserDragging[];
340 extern const char kTabCapture[];
340 extern const char kTestNaClSandbox[]; 341 extern const char kTestNaClSandbox[];
341 extern const char kTestName[]; 342 extern const char kTestName[];
342 extern const char kTestType[]; 343 extern const char kTestType[];
343 extern const char kTestingChannelID[]; 344 extern const char kTestingChannelID[];
344 extern const char kTrustedSpdyProxy[]; 345 extern const char kTrustedSpdyProxy[];
345 extern const char kTryChromeAgain[]; 346 extern const char kTryChromeAgain[];
346 extern const char kUninstall[]; 347 extern const char kUninstall[];
347 extern const char kUseSpdy[]; 348 extern const char kUseSpdy[];
348 extern const char kUseGpuInTests[]; 349 extern const char kUseGpuInTests[];
349 extern const char kUseSpellingService[]; 350 extern const char kUseSpellingService[];
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 455
455 namespace chrome { 456 namespace chrome {
456 457
457 // Returns true if the new frameless constrained window style is enabled. 458 // Returns true if the new frameless constrained window style is enabled.
458 // TODO(sail): Remove this once the feature is fully baked. 459 // TODO(sail): Remove this once the feature is fully baked.
459 bool IsFramelessConstrainedDialogEnabled(); 460 bool IsFramelessConstrainedDialogEnabled();
460 461
461 } // namespace chrome 462 } // namespace chrome
462 463
463 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 464 #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