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

Unified Diff: components/sync_driver/pref_names.h

Issue 1136763004: Add UMA data for memory pressure warning received for sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 side-by-side diff with in-line comments
Download patch
Index: components/sync_driver/pref_names.h
diff --git a/components/sync_driver/pref_names.h b/components/sync_driver/pref_names.h
index 5760deb7e3b064681c81e9b08f4c7df0562a06bb..365d8d44547a69cf80b7b5577c55686cf7f2dc9a 100644
--- a/components/sync_driver/pref_names.h
+++ b/components/sync_driver/pref_names.h
@@ -65,6 +65,9 @@ extern const char kSyncFirstSyncTime[];
extern const char kSyncPassphrasePrompted[];
+extern const char kSyncMemoryPressureReceivings[];
+extern const char kSyncShutdownUnnormal[];
stanisc 2015/05/15 20:31:04 Unnormal -> Abnormal
Gang Wu 2015/05/15 21:13:47 Done.
+
} // namespace prefs
} // namespace sync_driver

Powered by Google App Engine
This is Rietveld 408576698