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

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

Issue 8636023: Make RenderViewHostObserver interface not use a struct from view_messages.h (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 | « content/browser/renderer_host/render_view_host_observer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_view_host_observer.cc
===================================================================
--- content/browser/renderer_host/render_view_host_observer.cc (revision 111086)
+++ content/browser/renderer_host/render_view_host_observer.cc (working copy)
@@ -24,7 +24,7 @@
delete this;
}
-void RenderViewHostObserver::Navigate(const ViewMsg_Navigate_Params& params) {
+void RenderViewHostObserver::Navigate(const GURL& gurl) {
}
bool RenderViewHostObserver::OnMessageReceived(const IPC::Message& message) {
« no previous file with comments | « content/browser/renderer_host/render_view_host_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698