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

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

Issue 14344002: Sync: Turn on full history sync by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 extern const char kDisableScriptedPrintThrottling[]; 114 extern const char kDisableScriptedPrintThrottling[];
115 extern const char kDisableSync[]; 115 extern const char kDisableSync[];
116 extern const char kDisableSyncAppSettings[]; 116 extern const char kDisableSyncAppSettings[];
117 extern const char kDisableSyncApps[]; 117 extern const char kDisableSyncApps[];
118 extern const char kDisableSyncAutofill[]; 118 extern const char kDisableSyncAutofill[];
119 extern const char kDisableSyncAutofillProfile[]; 119 extern const char kDisableSyncAutofillProfile[];
120 extern const char kDisableSyncBookmarks[]; 120 extern const char kDisableSyncBookmarks[];
121 extern const char kDisableSyncDictionary[]; 121 extern const char kDisableSyncDictionary[];
122 extern const char kDisableSyncExtensionSettings[]; 122 extern const char kDisableSyncExtensionSettings[];
123 extern const char kDisableSyncExtensions[]; 123 extern const char kDisableSyncExtensions[];
124 extern const char kDisableSyncHistoryDeleteDirectives[];
125 extern const char kDisableSyncPasswords[]; 124 extern const char kDisableSyncPasswords[];
126 extern const char kDisableSyncPreferences[]; 125 extern const char kDisableSyncPreferences[];
127 extern const char kDisableSyncPriorityPreferences[]; 126 extern const char kDisableSyncPriorityPreferences[];
128 extern const char kDisableSyncSearchEngines[]; 127 extern const char kDisableSyncSearchEngines[];
129 extern const char kDisableSyncThemes[]; 128 extern const char kDisableSyncThemes[];
130 extern const char kDisableSyncTypedUrls[]; 129 extern const char kDisableSyncTypedUrls[];
131 extern const char kDisableTranslate[]; 130 extern const char kDisableTranslate[];
132 extern const char kDisableTLSChannelID[]; 131 extern const char kDisableTLSChannelID[];
133 extern const char kDisableWebResources[]; 132 extern const char kDisableWebResources[];
134 extern const char kDisableZeroBrowsersOpenForTests[]; 133 extern const char kDisableZeroBrowsersOpenForTests[];
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 #else 482 #else
484 extern const char kEnablePrintPreview[]; 483 extern const char kEnablePrintPreview[];
485 #endif 484 #endif
486 485
487 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 486 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
488 // alphabetical order, or in one of the ifdefs (also in order in each section). 487 // alphabetical order, or in one of the ifdefs (also in order in each section).
489 488
490 } // namespace switches 489 } // namespace switches
491 490
492 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 491 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698