Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 10496827314f56dc9546d227a540b7d0c7262dc6..ee43315047b53d7fce50ed7c0711b738a09a07df 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -781,6 +781,20 @@ extern const char kPinnedLauncherApps[]; |
extern const char kShowLogoutButtonInTray[]; |
extern const char kShelfPreferences[]; |
+extern const char kWorkspaceCyclerShallowerThanSelectedYOffsets[]; |
+extern const char kWorkspaceCyclerDeeperThanSelectedYOffsets[]; |
sadrul
2013/02/11 16:41:19
#if defined ash?
|
+extern const char kWorkspaceCyclerSelectedYOffset[]; |
+extern const char kWorkspaceCyclerSelectedScale[]; |
+extern const char kWorkspaceCyclerMinScale[]; |
+extern const char kWorkspaceCyclerMaxScale[]; |
+extern const char kWorkspaceCyclerMinBrightness[]; |
+extern const char kWorkspaceCyclerBackgroundOpacity[]; |
+extern const char kWorkspaceCyclerDistanceToInitiateCycling[]; |
+extern const char kWorkspaceCyclerScrollDistanceToCycleToNextWorkspace[]; |
+extern const char kWorkspaceCyclerCyclerStepAnimationDurationRatio[]; |
+extern const char kWorkspaceCyclerStartCyclerAnimationDuration[]; |
+extern const char kWorkspaceCyclerStopCyclerAnimationDuration[]; |
+ |
extern const char kFlingMaxCancelToDownTimeInMs[]; |
extern const char kFlingMaxTapGapTimeInMs[]; |
extern const char kFlingVelocityCap[]; |