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

Unified Diff: chrome/browser/autocomplete_history_manager.h

Issue 6368011: Clean up WebNavigationObserver by taking out password specific callbacks, and... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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/autofill/autofill_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete_history_manager.h
===================================================================
--- chrome/browser/autocomplete_history_manager.h (revision 71973)
+++ chrome/browser/autocomplete_history_manager.h (working copy)
@@ -9,8 +9,8 @@
#include <vector>
#include "chrome/browser/prefs/pref_member.h"
+#include "chrome/browser/tab_contents/web_navigation_observer.h"
#include "chrome/browser/webdata/web_data_service.h"
-#include "ipc/ipc_channel.h"
namespace webkit_glue {
struct FormData;
@@ -21,13 +21,13 @@
// Per-tab Autocomplete history manager. Handles receiving form data from the
// renderer and the storing and retrieving of form data through WebDataService.
-class AutocompleteHistoryManager : public IPC::Channel::Listener,
+class AutocompleteHistoryManager : public WebNavigationObserver,
public WebDataServiceConsumer {
public:
explicit AutocompleteHistoryManager(TabContents* tab_contents);
virtual ~AutocompleteHistoryManager();
- // IPC::Channel::Listener implementation.
+ // WebNavigationObserver implementation.
virtual bool OnMessageReceived(const IPC::Message& message);
// WebDataServiceConsumer implementation.
« no previous file with comments | « no previous file | chrome/browser/autofill/autofill_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698