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

Side by Side Diff: chrome/common/pref_names.cc

Issue 21983002: Add a pref for a one-time wipe of gesture prefs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Applied reviews Created 7 years, 4 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 | Annotate | Revision Log
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 2445 matching lines...) Expand 10 before | Expand all | Expand 10 after
2456 const char kOverscrollVerticalThresholdComplete[] = 2456 const char kOverscrollVerticalThresholdComplete[] =
2457 "overscroll.vertical_threshold_complete"; 2457 "overscroll.vertical_threshold_complete";
2458 const char kOverscrollMinimumThresholdStart[] = 2458 const char kOverscrollMinimumThresholdStart[] =
2459 "overscroll.minimum_threshold_start"; 2459 "overscroll.minimum_threshold_start";
2460 const char kOverscrollVerticalThresholdStart[] = 2460 const char kOverscrollVerticalThresholdStart[] =
2461 "overscroll.vertical_threshold_start"; 2461 "overscroll.vertical_threshold_start";
2462 const char kOverscrollHorizontalResistThreshold[] = 2462 const char kOverscrollHorizontalResistThreshold[] =
2463 "overscroll.horizontal_resist_threshold"; 2463 "overscroll.horizontal_resist_threshold";
2464 const char kOverscrollVerticalResistThreshold[] = 2464 const char kOverscrollVerticalResistThreshold[] =
2465 "overscroll.vertical_resist_threshold"; 2465 "overscroll.vertical_resist_threshold";
2466 // TODO(mohsen): Remove following pref in M32: crbug.com/269292.
2467 // A temporary pref to do a one-time wipe of gesture preferences.
2468 const char kGestureConfigIsTrustworthy[] = "gesture.config_is_trustworthy";
2466 #endif 2469 #endif
2467 2470
2468 // Counts how many more times the 'profile on a network share' warning should be 2471 // Counts how many more times the 'profile on a network share' warning should be
2469 // shown to the user before the next silence period. 2472 // shown to the user before the next silence period.
2470 const char kNetworkProfileWarningsLeft[] = "network_profile.warnings_left"; 2473 const char kNetworkProfileWarningsLeft[] = "network_profile.warnings_left";
2471 // Tracks the time of the last shown warning. Used to reset 2474 // Tracks the time of the last shown warning. Used to reset
2472 // |network_profile.warnings_left| after a silence period. 2475 // |network_profile.warnings_left| after a silence period.
2473 const char kNetworkProfileLastWarningTime[] = 2476 const char kNetworkProfileLastWarningTime[] =
2474 "network_profile.last_warning_time"; 2477 "network_profile.last_warning_time";
2475 2478
(...skipping 28 matching lines...) Expand all
2504 2507
2505 // How often the bubble has been shown. 2508 // How often the bubble has been shown.
2506 extern const char kModuleConflictBubbleShown[] = "module_conflict.bubble_shown"; 2509 extern const char kModuleConflictBubbleShown[] = "module_conflict.bubble_shown";
2507 2510
2508 // A string pref for storing the salt used to compute the pepper device ID. 2511 // A string pref for storing the salt used to compute the pepper device ID.
2509 const char kDRMSalt[] = "settings.privacy.drm_salt"; 2512 const char kDRMSalt[] = "settings.privacy.drm_salt";
2510 // A boolean pref that enables the (private) pepper GetDeviceID() call. 2513 // A boolean pref that enables the (private) pepper GetDeviceID() call.
2511 const char kEnableDRM[] = "settings.privacy.drm_enabled"; 2514 const char kEnableDRM[] = "settings.privacy.drm_enabled";
2512 2515
2513 } // namespace prefs 2516 } // namespace prefs
OLDNEW
« chrome/browser/ui/gesture_prefs_observer_factory_aura.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698