Chromium Code Reviews| Index: components/sync/base/pref_names.h |
| diff --git a/components/sync/base/pref_names.h b/components/sync/base/pref_names.h |
| index ae776ff0961d3a0d682d5bc0300e8ddf34b84d13..8344832aa1f51cddcf4a5dc9c6f4150eb663e977 100644 |
| --- a/components/sync/base/pref_names.h |
| +++ b/components/sync/base/pref_names.h |
| @@ -2,8 +2,6 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -// Constants for the names of various sync preferences, for easier changing. |
| - |
| #ifndef COMPONENTS_SYNC_BASE_PREF_NAMES_H_ |
| #define COMPONENTS_SYNC_BASE_PREF_NAMES_H_ |
| @@ -13,6 +11,8 @@ namespace syncer { |
| namespace prefs { |
| +// Constants for the names of various sync preferences, for easier changing. |
|
maxbogue
2016/10/17 23:59:46
This comment is ironic since changing a preference
skym
2016/10/18 14:39:08
Haha, you make a great point about them not really
|
| + |
| extern const char kSyncLastSyncedTime[]; |
| extern const char kSyncLastPollTime[]; |
| extern const char kSyncHasAuthError[]; |