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

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

Issue 1549993003: Switch to standard integer types in components/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 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 #include "build/build_config.h"
5 #include "components/sync_driver/pref_names.h" 6 #include "components/sync_driver/pref_names.h"
6 7
7 namespace sync_driver { 8 namespace sync_driver {
8 9
9 namespace prefs { 10 namespace prefs {
10 11
11 // 64-bit integer serialization of the base::Time when the last sync occurred. 12 // 64-bit integer serialization of the base::Time when the last sync occurred.
12 const char kSyncLastSyncedTime[] = "sync.last_synced_time"; 13 const char kSyncLastSyncedTime[] = "sync.last_synced_time";
13 14
14 // 64-bit integer serialization of the base::Time of the last sync poll. 15 // 64-bit integer serialization of the base::Time of the last sync poll.
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 // Updated Nigori state after user entering passphrase. This Nigori state should 122 // Updated Nigori state after user entering passphrase. This Nigori state should
122 // be persisted across restarts and passed to backend when it is initialized 123 // be persisted across restarts and passed to backend when it is initialized
123 // after directory cleanup. Preference contains base64 encoded serialized 124 // after directory cleanup. Preference contains base64 encoded serialized
124 // sync_pb::NigoriSpecifics. 125 // sync_pb::NigoriSpecifics.
125 const char kSyncNigoriStateForPassphraseTransition[] = 126 const char kSyncNigoriStateForPassphraseTransition[] =
126 "sync.nigori_state_for_passphrase_transition"; 127 "sync.nigori_state_for_passphrase_transition";
127 128
128 } // namespace prefs 129 } // namespace prefs
129 130
130 } // namespace sync_driver 131 } // namespace sync_driver
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