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

Side by Side Diff: components/sync_driver/pref_names.h

Issue 1009673002: Remove enhanced bookmarks sync experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: rebase Created 5 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 // Constants for the names of various sync preferences, for easier changing. 5 // Constants for the names of various sync preferences, for easier changing.
6 6
7 #include "build/build_config.h" 7 #include "build/build_config.h"
8 8
9 namespace sync_driver { 9 namespace sync_driver {
10 10
11 namespace prefs { 11 namespace prefs {
12 12
13 extern const char kEnhancedBookmarksExperimentEnabled[];
14 extern const char kEnhancedBookmarksExtensionId[];
15
16 extern const char kSyncLastSyncedTime[]; 13 extern const char kSyncLastSyncedTime[];
17 extern const char kSyncHasAuthError[]; 14 extern const char kSyncHasAuthError[];
18 extern const char kSyncHasSetupCompleted[]; 15 extern const char kSyncHasSetupCompleted[];
19 extern const char kSyncKeepEverythingSynced[]; 16 extern const char kSyncKeepEverythingSynced[];
20 17
21 extern const char kSyncAppList[]; 18 extern const char kSyncAppList[];
22 extern const char kSyncAppNotifications[]; 19 extern const char kSyncAppNotifications[];
23 extern const char kSyncAppSettings[]; 20 extern const char kSyncAppSettings[];
24 extern const char kSyncApps[]; 21 extern const char kSyncApps[];
25 extern const char kSyncArticles[]; 22 extern const char kSyncArticles[];
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 #if defined(OS_CHROMEOS) 59 #if defined(OS_CHROMEOS)
63 extern const char kSyncSpareBootstrapToken[]; 60 extern const char kSyncSpareBootstrapToken[];
64 #endif // defined(OS_CHROMEOS) 61 #endif // defined(OS_CHROMEOS)
65 62
66 extern const char kSyncRemainingRollbackTries[]; 63 extern const char kSyncRemainingRollbackTries[];
67 extern const char kSyncFirstSyncTime[]; 64 extern const char kSyncFirstSyncTime[];
68 65
69 } // namespace prefs 66 } // namespace prefs
70 67
71 } // namespace sync_driver 68 } // namespace sync_driver
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698