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

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

Issue 11299276: Bound the maximum touchscreen fling velocity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review nits Created 8 years 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/common/pref_names.h ('k') | ui/aura/test/aura_test_base.cc » ('j') | 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 8
9 namespace prefs { 9 namespace prefs {
10 10
(...skipping 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after
2077 // String value corresponding to ash::Shell::ShelfAutoHideBehavior. 2077 // String value corresponding to ash::Shell::ShelfAutoHideBehavior.
2078 const char kShelfAutoHideBehavior[] = "auto_hide_behavior"; 2078 const char kShelfAutoHideBehavior[] = "auto_hide_behavior";
2079 const char kShelfAutoHideBehaviorLocal[] = "auto_hide_behavior_local"; 2079 const char kShelfAutoHideBehaviorLocal[] = "auto_hide_behavior_local";
2080 // Boolean value indicating whether to use default pinned apps. 2080 // Boolean value indicating whether to use default pinned apps.
2081 const char kUseDefaultPinnedApps[] = "use_default_pinned_apps"; 2081 const char kUseDefaultPinnedApps[] = "use_default_pinned_apps";
2082 const char kPinnedLauncherApps[] = 2082 const char kPinnedLauncherApps[] =
2083 "pinned_launcher_apps"; 2083 "pinned_launcher_apps";
2084 // Boolean value indicating whether to show a logout button in the ash tray. 2084 // Boolean value indicating whether to show a logout button in the ash tray.
2085 const char kShowLogoutButtonInTray[] = "show_logout_button_in_tray"; 2085 const char kShowLogoutButtonInTray[] = "show_logout_button_in_tray";
2086 2086
2087 const char kFlingVelocityCap[] = "gesture.fling_velocity_cap";
2087 const char kLongPressTimeInSeconds[] = 2088 const char kLongPressTimeInSeconds[] =
2088 "gesture.long_press_time_in_seconds"; 2089 "gesture.long_press_time_in_seconds";
2089 const char kMaxDistanceBetweenTapsForDoubleTap[] = 2090 const char kMaxDistanceBetweenTapsForDoubleTap[] =
2090 "gesture.max_distance_between_taps_for_double_tap"; 2091 "gesture.max_distance_between_taps_for_double_tap";
2091 const char kMaxDistanceForTwoFingerTapInPixels[] = 2092 const char kMaxDistanceForTwoFingerTapInPixels[] =
2092 "gesture.max_distance_for_two_finger_tap_in_pixels"; 2093 "gesture.max_distance_for_two_finger_tap_in_pixels";
2093 const char kMaxSecondsBetweenDoubleClick[] = 2094 const char kMaxSecondsBetweenDoubleClick[] =
2094 "gesture.max_seconds_between_double_click"; 2095 "gesture.max_seconds_between_double_click";
2095 const char kMaxSeparationForGestureTouchesInPixels[] = 2096 const char kMaxSeparationForGestureTouchesInPixels[] =
2096 "gesture.max_separation_for_gesture_touches_in_pixels"; 2097 "gesture.max_separation_for_gesture_touches_in_pixels";
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
2152 // Tracks the time of the last shown warning. Used to reset 2153 // Tracks the time of the last shown warning. Used to reset
2153 // |network_profile.warnings_left| after a silence period. 2154 // |network_profile.warnings_left| after a silence period.
2154 const char kNetworkProfileLastWarningTime[] = 2155 const char kNetworkProfileLastWarningTime[] =
2155 "network_profile.last_warning_time"; 2156 "network_profile.last_warning_time";
2156 2157
2157 // 64-bit serialization of the time last policy usage statistics were collected 2158 // 64-bit serialization of the time last policy usage statistics were collected
2158 // by UMA_HISTOGRAM_ENUMERATION. 2159 // by UMA_HISTOGRAM_ENUMERATION.
2159 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update"; 2160 const char kLastPolicyStatisticsUpdate[] = "policy.last_statistics_update";
2160 2161
2161 } // namespace prefs 2162 } // namespace prefs
OLDNEW
« no previous file with comments | « chrome/common/pref_names.h ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698