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

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

Issue 9550009: [Sync] Move dependency on Chrome switches from SyncNotifierFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head 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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 extern const char kShowAutofillTypePredictions[]; 288 extern const char kShowAutofillTypePredictions[];
289 extern const char kShowComponentExtensionOptions[]; 289 extern const char kShowComponentExtensionOptions[];
290 extern const char kShowIcons[]; 290 extern const char kShowIcons[];
291 extern const char kSilentDumpOnDCHECK[]; 291 extern const char kSilentDumpOnDCHECK[];
292 extern const char kSimulateUpgrade[]; 292 extern const char kSimulateUpgrade[];
293 extern const char kSocketReusePolicy[]; 293 extern const char kSocketReusePolicy[];
294 extern const char kStartMaximized[]; 294 extern const char kStartMaximized[];
295 extern const char kSyncAllowInsecureXmppConnection[]; 295 extern const char kSyncAllowInsecureXmppConnection[];
296 extern const char kSyncInvalidateXmppLogin[]; 296 extern const char kSyncInvalidateXmppLogin[];
297 extern const char kSyncNotificationMethod[]; 297 extern const char kSyncNotificationMethod[];
298 extern const char kSyncNotificationHost[]; 298 extern const char kSyncNotificationHostPort[];
299 extern const char kSyncPromoVersion[]; 299 extern const char kSyncPromoVersion[];
300 extern const char kSyncServiceURL[]; 300 extern const char kSyncServiceURL[];
301 extern const char kSyncThrowUnrecoverableError[]; 301 extern const char kSyncThrowUnrecoverableError[];
302 extern const char kSyncTrySsltcpFirstForXmpp[]; 302 extern const char kSyncTrySsltcpFirstForXmpp[];
303 extern const char kTabBrowserDragging[]; 303 extern const char kTabBrowserDragging[];
304 extern const char kTestNaClSandbox[]; 304 extern const char kTestNaClSandbox[];
305 extern const char kTestName[]; 305 extern const char kTestName[];
306 extern const char kTestType[]; 306 extern const char kTestType[];
307 extern const char kTestingChannelID[]; 307 extern const char kTestingChannelID[];
308 extern const char kTestingFixedHttpPort[]; 308 extern const char kTestingFixedHttpPort[];
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 #else 393 #else
394 extern const char kEnablePrintPreview[]; 394 extern const char kEnablePrintPreview[];
395 #endif 395 #endif
396 396
397 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 397 // 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). 398 // alphabetical order, or in one of the ifdefs (also in order in each section).
399 399
400 } // namespace switches 400 } // namespace switches
401 401
402 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 402 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/tools/sync_listen_notifications.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698