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

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

Issue 1931043002: Remove requestAutocomplete (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/browser_prefs.cc
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 8f42150c14cb10fbdedc544e029dab66628fb3e6..8c5bf8574220e68ac70f0d53006674d378563433 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -99,10 +99,6 @@
#include "content/public/browser/render_process_host.h"
#include "net/http/http_server_properties_manager.h"
-#if defined(ENABLE_AUTOFILL_DIALOG)
-#include "chrome/browser/ui/autofill/autofill_dialog_controller.h"
-#endif
-
#if BUILDFLAG(ENABLE_BACKGROUND)
#include "chrome/browser/background/background_mode_manager.h"
#endif
@@ -318,10 +314,6 @@ void RegisterLocalState(PrefRegistrySimple* registry) {
update_client::RegisterPrefs(registry);
web_resource::PromoResourceService::RegisterPrefs(registry);
-#if defined(ENABLE_AUTOFILL_DIALOG)
- autofill::AutofillDialogController::RegisterPrefs(registry);
-#endif
-
policy::BrowserPolicyConnector::RegisterPrefs(registry);
policy::PolicyStatisticsCollector::RegisterPrefs(registry);
@@ -456,10 +448,6 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
app_list::AppListPrefs::RegisterProfilePrefs(registry);
#endif
-#if defined(ENABLE_AUTOFILL_DIALOG)
- autofill::AutofillDialogController::RegisterProfilePrefs(registry);
-#endif
-
policy::URLBlacklistManager::RegisterProfilePrefs(registry);
#if defined(ENABLE_EXTENSIONS)
« no previous file with comments | « chrome/browser/android/chrome_jni_registrar.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698