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

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

Issue 9562013: Revert 124433 - Adding persistance for gesture recognition parms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/gesture_prefs.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/browser_prefs.cc
===================================================================
--- chrome/browser/prefs/browser_prefs.cc (revision 124435)
+++ chrome/browser/prefs/browser_prefs.cc (working copy)
@@ -52,7 +52,6 @@
#include "chrome/browser/ui/alternate_error_tab_observer.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_init.h"
-#include "chrome/browser/ui/gesture_prefs.h"
#include "chrome/browser/ui/prefs/prefs_tab_helper.h"
#include "chrome/browser/ui/search_engines/keyword_editor_controller.h"
#include "chrome/browser/ui/webui/flags_ui.h"
@@ -161,8 +160,6 @@
#if defined(OS_MACOSX)
confirm_quit::RegisterLocalState(local_state);
#endif
-
- GesturePrefsRegisterPrefs(local_state);
}
void RegisterUserPrefs(PrefService* user_prefs) {
« no previous file with comments | « no previous file | chrome/browser/ui/gesture_prefs.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698