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

Unified Diff: chrome/browser/ui/gesture_prefs_observer_factory_aura.h

Issue 12212040: Make the workspace cycler animation parameters editable via chrome://gesture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/gesture_prefs_observer_factory_aura.h
diff --git a/chrome/browser/ui/gesture_prefs_observer_factory_aura.h b/chrome/browser/ui/gesture_prefs_observer_factory_aura.h
index 9988b6e15a0ec1dd89aed2b73a3f118b9fc2b982..8c45451a490083cb1bd18dbdecd468bfaf9aa809 100644
--- a/chrome/browser/ui/gesture_prefs_observer_factory_aura.h
+++ b/chrome/browser/ui/gesture_prefs_observer_factory_aura.h
@@ -25,6 +25,8 @@ class GesturePrefsObserverFactoryAura : public ProfileKeyedServiceFactory {
void RegisterOverscrollPrefs(PrefServiceSyncable* prefs);
+ void RegisterWorkspaceCyclerPrefs(PrefServiceSyncable* prefs);
+
// ProfileKeyedServiceFactory:
virtual ProfileKeyedService* BuildServiceInstanceFor(
Profile* profile) const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698