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

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

Issue 9730021: Remove experimental sync promo layouts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a Created 8 years, 9 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 #pragma once 9 #pragma once
10 10
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 extern const char kShowComponentExtensionOptions[]; 290 extern const char kShowComponentExtensionOptions[];
291 extern const char kShowIcons[]; 291 extern const char kShowIcons[];
292 extern const char kSilentDumpOnDCHECK[]; 292 extern const char kSilentDumpOnDCHECK[];
293 extern const char kSimulateUpgrade[]; 293 extern const char kSimulateUpgrade[];
294 extern const char kSocketReusePolicy[]; 294 extern const char kSocketReusePolicy[];
295 extern const char kStartMaximized[]; 295 extern const char kStartMaximized[];
296 extern const char kSyncAllowInsecureXmppConnection[]; 296 extern const char kSyncAllowInsecureXmppConnection[];
297 extern const char kSyncInvalidateXmppLogin[]; 297 extern const char kSyncInvalidateXmppLogin[];
298 extern const char kSyncNotificationMethod[]; 298 extern const char kSyncNotificationMethod[];
299 extern const char kSyncNotificationHostPort[]; 299 extern const char kSyncNotificationHostPort[];
300 extern const char kSyncPromoVersion[];
301 extern const char kSyncServiceURL[]; 300 extern const char kSyncServiceURL[];
302 extern const char kSyncThrowUnrecoverableError[]; 301 extern const char kSyncThrowUnrecoverableError[];
303 extern const char kSyncTrySsltcpFirstForXmpp[]; 302 extern const char kSyncTrySsltcpFirstForXmpp[];
304 extern const char kTabBrowserDragging[]; 303 extern const char kTabBrowserDragging[];
305 extern const char kTestNaClSandbox[]; 304 extern const char kTestNaClSandbox[];
306 extern const char kTestName[]; 305 extern const char kTestName[];
307 extern const char kTestType[]; 306 extern const char kTestType[];
308 extern const char kTestingChannelID[]; 307 extern const char kTestingChannelID[];
309 extern const char kTestingFixedHttpPort[]; 308 extern const char kTestingFixedHttpPort[];
310 extern const char kTestingFixedHttpsPort[]; 309 extern const char kTestingFixedHttpsPort[];
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 #else 392 #else
394 extern const char kEnablePrintPreview[]; 393 extern const char kEnablePrintPreview[];
395 #endif 394 #endif
396 395
397 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 396 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
398 // alphabetical order, or in one of the ifdefs (also in order in each section). 397 // alphabetical order, or in one of the ifdefs (also in order in each section).
399 398
400 } // namespace switches 399 } // namespace switches
401 400
402 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 401 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698