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

Unified Diff: content/browser/renderer_host/render_view_host_observer.h

Issue 7066039: Remove dependency on PrefChangeRegistrar and renderer_preferences_util from content. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: also remove predictor_api.h Created 9 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
Index: content/browser/renderer_host/render_view_host_observer.h
===================================================================
--- content/browser/renderer_host/render_view_host_observer.h (revision 86641)
+++ content/browser/renderer_host/render_view_host_observer.h (working copy)
@@ -8,6 +8,7 @@
#include "ipc/ipc_channel.h"
class RenderViewHost;
+struct ViewMsg_Navigate_Params;
// An observer API implemented by classes which want to filter IPC messages from
// RenderViewHost.
@@ -28,6 +29,9 @@
// chance to cleanup. The base implementation will delete the object.
virtual void RenderViewHostDestroyed();
+ // Notifies that a navigatoin is starting.
Avi (use Gerrit) 2011/05/25 17:50:25 typo
+ virtual void Navigate(const ViewMsg_Navigate_Params& params);
+
// IPC::Channel::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& message);
« no previous file with comments | « content/browser/renderer_host/render_view_host_delegate.cc ('k') | content/browser/renderer_host/render_view_host_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698