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

Unified Diff: chrome/browser/autocomplete_history_manager.h

Issue 10073018: Add Delete Support to New Autofill UI (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 8 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/autocomplete_history_manager.h
diff --git a/chrome/browser/autocomplete_history_manager.h b/chrome/browser/autocomplete_history_manager.h
index 1dfd34b369acd03ee7cb7943c54a730167249540..5c33bd3ea91cc46aa0e3dc6c1778be3b1d67d247 100644
--- a/chrome/browser/autocomplete_history_manager.h
+++ b/chrome/browser/autocomplete_history_manager.h
@@ -50,6 +50,9 @@ class AutocompleteHistoryManager : public content::WebContentsObserver,
const std::vector<int>& autofill_unique_ids);
void OnFormSubmitted(const webkit::forms::FormData& form);
+ // Must be public for the external delegate to use.
+ void OnRemoveAutocompleteEntry(const string16& name, const string16& value);
+
// Sets our external delegate.
void SetExternalDelegate(AutofillExternalDelegate* delegate);
@@ -74,8 +77,6 @@ class AutocompleteHistoryManager : public content::WebContentsObserver,
}
private:
- void OnRemoveAutocompleteEntry(const string16& name, const string16& value);
-
Profile* profile_;
scoped_refptr<WebDataService> web_data_service_;
« no previous file with comments | « no previous file | chrome/browser/autocomplete_history_manager.cc » ('j') | chrome/browser/autofill/autofill_external_delegate.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698