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

Unified Diff: content/shell/shell_render_view_host_observer.cc

Issue 9473001: Extract minimal RenderViewHost interface for embedders, leaving (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 8 years, 10 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 | « content/shell/shell.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/shell_render_view_host_observer.cc
diff --git a/content/shell/shell_render_view_host_observer.cc b/content/shell/shell_render_view_host_observer.cc
index ff92aab8fa8b19a1972d3d8d88730c67ae66f764..b50c8956170b22cb1069e6bae9b9a322284f02e9 100644
--- a/content/shell/shell_render_view_host_observer.cc
+++ b/content/shell/shell_render_view_host_observer.cc
@@ -44,7 +44,7 @@ void ShellRenderViewHostObserver::OnTextDump(const std::string& dump) {
void ShellRenderViewHostObserver::OnNotifyDone() {
render_view_host()->Send(
- new ShellViewMsg_CaptureTextDump(render_view_host()->routing_id(),
+ new ShellViewMsg_CaptureTextDump(render_view_host()->GetRoutingID(),
dump_child_frames_));
}
« no previous file with comments | « content/shell/shell.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698