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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/pref_names.h" 5 #include "chrome/common/pref_names.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "chrome/common/pref_font_webkit_names.h" 8 #include "chrome/common/pref_font_webkit_names.h"
9 9
10 namespace prefs { 10 namespace prefs {
(...skipping 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after
2272 // A dictionary that maps from supervised user whitelist IDs to their properties 2272 // A dictionary that maps from supervised user whitelist IDs to their properties
2273 // (name and a list of clients that registered the whitelist). 2273 // (name and a list of clients that registered the whitelist).
2274 const char kRegisteredSupervisedUserWhitelists[] = 2274 const char kRegisteredSupervisedUserWhitelists[] =
2275 "supervised_users.whitelists"; 2275 "supervised_users.whitelists";
2276 2276
2277 #if defined(ENABLE_EXTENSIONS) 2277 #if defined(ENABLE_EXTENSIONS)
2278 // Policy that indicates how to handle animated images. 2278 // Policy that indicates how to handle animated images.
2279 const char kAnimationPolicy[] = "settings.a11y.animation_policy"; 2279 const char kAnimationPolicy[] = "settings.a11y.animation_policy";
2280 #endif 2280 #endif
2281 2281
2282 const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload";
2282 } // namespace prefs 2283 } // 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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698