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

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

Issue 3298021: Removed use of XmppSocketAdapter by sync. (Closed)
Patch Set: Fixed checkdeps problem Created 10 years, 3 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 extern const char kServiceProcess[]; 272 extern const char kServiceProcess[];
273 extern const char kServiceAccountLsid[]; 273 extern const char kServiceAccountLsid[];
274 extern const char kShowCompositedLayerBorders[]; 274 extern const char kShowCompositedLayerBorders[];
275 extern const char kShowIcons[]; 275 extern const char kShowIcons[];
276 extern const char kShowPaintRects[]; 276 extern const char kShowPaintRects[];
277 extern const char kSilentDumpOnDCHECK[]; 277 extern const char kSilentDumpOnDCHECK[];
278 extern const char kSimpleDataSource[]; 278 extern const char kSimpleDataSource[];
279 extern const char kSingleProcess[]; 279 extern const char kSingleProcess[];
280 extern const char kStartMaximized[]; 280 extern const char kStartMaximized[];
281 extern const char kSyncAllowPlain[]; 281 extern const char kSyncAllowPlain[];
282 extern const char kSyncDisableChromeAsyncSocket[];
283 extern const char kSyncDisableTls[]; 282 extern const char kSyncDisableTls[];
284 extern const char kSyncEmail[]; 283 extern const char kSyncEmail[];
285 extern const char kSyncerThreadTimedStop[]; 284 extern const char kSyncerThreadTimedStop[];
286 extern const char kSyncNotificationMethod[]; 285 extern const char kSyncNotificationMethod[];
287 extern const char kSyncNotificationHost[]; 286 extern const char kSyncNotificationHost[];
288 extern const char kSyncPassword[]; 287 extern const char kSyncPassword[];
289 extern const char kSyncPort[]; 288 extern const char kSyncPort[];
290 extern const char kSyncServer[]; 289 extern const char kSyncServer[];
291 extern const char kSyncServiceURL[]; 290 extern const char kSyncServiceURL[];
292 extern const char kSyncUseSslTcp[]; 291 extern const char kSyncUseSslTcp[];
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 #endif 379 #endif
381 // Return true if the switches indicate the seccomp sandbox is enabled. 380 // Return true if the switches indicate the seccomp sandbox is enabled.
382 bool SeccompSandboxEnabled(); 381 bool SeccompSandboxEnabled();
383 382
384 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 383 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
385 // alphabetical order, or in one of the ifdefs (also in order in each section). 384 // alphabetical order, or in one of the ifdefs (also in order in each section).
386 385
387 } // namespace switches 386 } // namespace switches
388 387
389 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 388 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698