diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 94e8a5e..be1403e 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -211,6 +211,9 @@ extern const wchar_t kNTPShownSections[]; extern const wchar_t kDevToolsOpenDocked[]; extern const wchar_t kDevToolsSplitLocation[]; + +extern const wchar_t kSyncLastSyncedTime[]; +extern const wchar_t kSyncHasSetupCompleted[]; } #endif // CHROME_COMMON_PREF_NAMES_H_ |