Chromium Code Reviews| Index: components/sync_driver/pref_names.cc |
| diff --git a/components/sync_driver/pref_names.cc b/components/sync_driver/pref_names.cc |
| index b167a0b4165b3164a41e55edbde2a80cff0473d3..c4ed50277462313501a803f90ff8ae6a762f46a6 100644 |
| --- a/components/sync_driver/pref_names.cc |
| +++ b/components/sync_driver/pref_names.cc |
| @@ -101,6 +101,12 @@ const char kSyncFirstSyncTime[] = "sync.first_sync_time"; |
| // that we only want to use once. |
| const char kSyncPassphrasePrompted[] = "sync.passphrase_prompted"; |
| +// Stores how many times received MEMORY_PRESSURE_LEVEL_CRITICAL. |
| +const char kSyncMemoryPressureWarningCount[] = "sync.memory_warning_counts"; |
| + |
| +// Stores if sync shutdown uncleanly. |
|
stanisc
2015/05/15 22:06:48
This should be in sync with the field name.
Gang Wu
2015/05/15 22:22:30
Done.
|
| +const char kSyncShutdownCleanly[] = "sync.shutdown_cleanly"; |
| + |
| } // namespace prefs |
| } // namespace sync_driver |