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

Unified Diff: chrome/common/pref_names.cc

Issue 1164023002: Slow Reports: Set a minimum time in between reports, and check for OTR sessions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content_browsertest fixes Created 5 years, 6 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: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index f9a56b34320b4940464aacb3762578eda948c217..217b07362a9e6cb0de2e7ed8dfc71f46bd588f1c 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2279,4 +2279,5 @@ const char kRegisteredSupervisedUserWhitelists[] =
const char kAnimationPolicy[] = "settings.a11y.animation_policy";
#endif
+const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload";
} // namespace prefs
gab 2015/06/05 14:02:42 nit: empty line above.
oystein (OOO til 10th of July) 2015/06/05 21:14:43 Done.

Powered by Google App Engine
This is Rietveld 408576698