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

Unified Diff: chrome/browser/autofill/autocomplete_history_manager.cc

Issue 11238004: Make the AutocompleteHistoryManager be an implementation detail of AutofillManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, comment Created 8 years, 2 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/autofill/autocomplete_history_manager.cc
diff --git a/chrome/browser/autofill/autocomplete_history_manager.cc b/chrome/browser/autofill/autocomplete_history_manager.cc
index 4cee49385bb3bb919f3649564c9afe8c8a4cf34e..8cbbc5f272d44e4b20c83b12dc8038953bc7d0d0 100644
--- a/chrome/browser/autofill/autocomplete_history_manager.cc
+++ b/chrome/browser/autofill/autocomplete_history_manager.cc
@@ -23,8 +23,6 @@ using base::StringPiece16;
using content::BrowserContext;
using content::WebContents;
-DEFINE_WEB_CONTENTS_USER_DATA_KEY(AutocompleteHistoryManager)
-
namespace {
// Limit on the number of suggestions to appear in the pop-up menu under an
« no previous file with comments | « chrome/browser/autofill/autocomplete_history_manager.h ('k') | chrome/browser/autofill/autofill_external_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698