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

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

Issue 52363006: Clear gesture.config_is_truthworthy pref (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/gesture_prefs_observer_factory_aura.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2486 matching lines...) Expand 10 before | Expand all | Expand 10 after
2497 const char kOverscrollMinimumThresholdStart[] = 2497 const char kOverscrollMinimumThresholdStart[] =
2498 "overscroll.minimum_threshold_start"; 2498 "overscroll.minimum_threshold_start";
2499 const char kOverscrollMinimumThresholdStartTouchpad[] = 2499 const char kOverscrollMinimumThresholdStartTouchpad[] =
2500 "overscroll.minimum_threshold_start_touchpad"; 2500 "overscroll.minimum_threshold_start_touchpad";
2501 const char kOverscrollVerticalThresholdStart[] = 2501 const char kOverscrollVerticalThresholdStart[] =
2502 "overscroll.vertical_threshold_start"; 2502 "overscroll.vertical_threshold_start";
2503 const char kOverscrollHorizontalResistThreshold[] = 2503 const char kOverscrollHorizontalResistThreshold[] =
2504 "overscroll.horizontal_resist_threshold"; 2504 "overscroll.horizontal_resist_threshold";
2505 const char kOverscrollVerticalResistThreshold[] = 2505 const char kOverscrollVerticalResistThreshold[] =
2506 "overscroll.vertical_resist_threshold"; 2506 "overscroll.vertical_resist_threshold";
2507 // TODO(mohsen): Remove following pref in M32. By then, gesture prefs will have 2507 // TODO(mohsen): Remove following pref in M33. By then, it will have been
2508 // been cleared for majority of the users: crbug.com/269292. 2508 // cleared from preferences file for majority of users and it will be ready to
2509 // be removed: crbug.com/269292.
2509 // A temporary pref to do a one-time wipe of gesture preferences. 2510 // A temporary pref to do a one-time wipe of gesture preferences.
2510 const char kGestureConfigIsTrustworthy[] = "gesture.config_is_trustworthy"; 2511 const char kGestureConfigIsTrustworthy[] = "gesture.config_is_trustworthy";
2511 #endif 2512 #endif
2512 2513
2513 // Counts how many more times the 'profile on a network share' warning should be 2514 // Counts how many more times the 'profile on a network share' warning should be
2514 // shown to the user before the next silence period. 2515 // shown to the user before the next silence period.
2515 const char kNetworkProfileWarningsLeft[] = "network_profile.warnings_left"; 2516 const char kNetworkProfileWarningsLeft[] = "network_profile.warnings_left";
2516 // Tracks the time of the last shown warning. Used to reset 2517 // Tracks the time of the last shown warning. Used to reset
2517 // |network_profile.warnings_left| after a silence period. 2518 // |network_profile.warnings_left| after a silence period.
2518 const char kNetworkProfileLastWarningTime[] = 2519 const char kNetworkProfileLastWarningTime[] =
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
2602 #if defined(OS_ANDROID) 2603 #if defined(OS_ANDROID)
2603 // A list of partner bookmark rename/remove mappings. 2604 // A list of partner bookmark rename/remove mappings.
2604 // Each list item is a dictionary containing a "url", a "provider_title" and 2605 // Each list item is a dictionary containing a "url", a "provider_title" and
2605 // "mapped_title" entries, detailing the bookmark target URL (if any), the title 2606 // "mapped_title" entries, detailing the bookmark target URL (if any), the title
2606 // given by the PartnerBookmarksProvider and either the user-visible renamed 2607 // given by the PartnerBookmarksProvider and either the user-visible renamed
2607 // title or an empty string if the bookmark node was removed. 2608 // title or an empty string if the bookmark node was removed.
2608 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings"; 2609 const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings";
2609 #endif 2610 #endif
2610 2611
2611 } // namespace prefs 2612 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/browser/ui/gesture_prefs_observer_factory_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698