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

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

Issue 40053002: Implements the dialog view for logout button tray in public sessions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor fix Created 7 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
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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
845 extern const char kMediaGalleriesRememberedGalleries[]; 845 extern const char kMediaGalleriesRememberedGalleries[];
846 846
847 #if defined(USE_ASH) 847 #if defined(USE_ASH)
848 extern const char kShelfAlignment[]; 848 extern const char kShelfAlignment[];
849 extern const char kShelfAlignmentLocal[]; 849 extern const char kShelfAlignmentLocal[];
850 extern const char kShelfAutoHideBehavior[]; 850 extern const char kShelfAutoHideBehavior[];
851 extern const char kShelfAutoHideBehaviorLocal[]; 851 extern const char kShelfAutoHideBehaviorLocal[];
852 extern const char kShelfChromeIconIndex[]; 852 extern const char kShelfChromeIconIndex[];
853 extern const char kPinnedLauncherApps[]; 853 extern const char kPinnedLauncherApps[];
854 extern const char kShowLogoutButtonInTray[]; 854 extern const char kShowLogoutButtonInTray[];
855 extern const char kLogoutDialogDurationMs[];
Daniel Erat 2013/12/18 20:25:41 nit: mind alphabetizing the prefs in this section
binjin 2013/12/19 16:30:39 Done.
855 extern const char kShelfPreferences[]; 856 extern const char kShelfPreferences[];
856 #endif 857 #endif
857 858
858 #if defined(USE_AURA) 859 #if defined(USE_AURA)
859 extern const char kFlingVelocityCap[]; 860 extern const char kFlingVelocityCap[];
860 extern const char kLongPressTimeInSeconds[]; 861 extern const char kLongPressTimeInSeconds[];
861 extern const char kMaxDistanceBetweenTapsForDoubleTap[]; 862 extern const char kMaxDistanceBetweenTapsForDoubleTap[];
862 extern const char kMaxDistanceForTwoFingerTapInPixels[]; 863 extern const char kMaxDistanceForTwoFingerTapInPixels[];
863 extern const char kMaxSecondsBetweenDoubleClick[]; 864 extern const char kMaxSecondsBetweenDoubleClick[];
864 extern const char kMaxSeparationForGestureTouchesInPixels[]; 865 extern const char kMaxSeparationForGestureTouchesInPixels[];
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 #if defined(OS_WIN) 949 #if defined(OS_WIN)
949 extern const char kOsPasswordBlank[]; 950 extern const char kOsPasswordBlank[];
950 extern const char kOsPasswordLastChanged[]; 951 extern const char kOsPasswordLastChanged[];
951 #endif 952 #endif
952 953
953 extern const char kQuickCheckEnabled[]; 954 extern const char kQuickCheckEnabled[];
954 955
955 } // namespace prefs 956 } // namespace prefs
956 957
957 #endif // CHROME_COMMON_PREF_NAMES_H_ 958 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698