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

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

Issue 1380693004: [Sync] Fixing sync_driver lint violations and adding PRESUBMIT lint check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cross
Patch Set: Removing lint fixes for revisit files, removing revisit patch dep. Created 5 years, 2 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 #ifndef COMPONENTS_SYNC_DRIVER_PREF_NAMES_H_
8 #define COMPONENTS_SYNC_DRIVER_PREF_NAMES_H_
9
7 #include "build/build_config.h" 10 #include "build/build_config.h"
8 11
9 namespace sync_driver { 12 namespace sync_driver {
10 13
11 namespace prefs { 14 namespace prefs {
12 15
13 extern const char kSyncLastSyncedTime[]; 16 extern const char kSyncLastSyncedTime[];
14 extern const char kSyncLastPollTime[]; 17 extern const char kSyncLastPollTime[];
15 extern const char kSyncHasAuthError[]; 18 extern const char kSyncHasAuthError[];
16 extern const char kSyncHasSetupCompleted[]; 19 extern const char kSyncHasSetupCompleted[];
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 extern const char kSyncInvalidationVersions[]; 75 extern const char kSyncInvalidationVersions[];
73 76
74 extern const char kSyncLastRunVersion[]; 77 extern const char kSyncLastRunVersion[];
75 78
76 extern const char kSyncPassphraseEncryptionTransitionInProgress[]; 79 extern const char kSyncPassphraseEncryptionTransitionInProgress[];
77 extern const char kSyncNigoriStateForPassphraseTransition[]; 80 extern const char kSyncNigoriStateForPassphraseTransition[];
78 81
79 } // namespace prefs 82 } // namespace prefs
80 83
81 } // namespace sync_driver 84 } // namespace sync_driver
85
86 #endif // COMPONENTS_SYNC_DRIVER_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « components/sync_driver/non_ui_data_type_controller_unittest.cc ('k') | components/sync_driver/profile_sync_auth_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698