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

Unified Diff: chrome/browser/prefs/browser_prefs.cc

Issue 9460001: Adding persistance for gesture recognition parms. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated as per rjkroege's review. Factored aura code into separate cc file. Created 8 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/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index a8f44d37e84650c5e422ad4c4aa5ba532a94d2da..7550113d6c595cae9c88304ab1073056e6ead763 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -97,6 +97,7 @@
#if defined(USE_AURA)
#include "chrome/browser/ui/views/aura/launcher/chrome_launcher_delegate.h"
#endif
+#include "chrome/browser/gesture_prefs.h"
namespace browser {
@@ -152,6 +153,7 @@ void RegisterLocalState(PrefService* local_state) {
policy::AutoEnrollmentClient::RegisterPrefs(local_state);
policy::DeviceStatusCollector::RegisterPrefs(local_state);
#endif
+ GesturePrefs::RegisterPrefs(local_state);
}
void RegisterUserPrefs(PrefService* user_prefs) {

Powered by Google App Engine
This is Rietveld 408576698