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

Unified Diff: chrome/browser/automation/automation_util.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
Index: chrome/browser/automation/automation_util.cc
diff --git a/chrome/browser/automation/automation_util.cc b/chrome/browser/automation/automation_util.cc
index f9138188544e7da3a37160a2b7fad221c98829c3..4cbfd1d24f65fc7095f335d24f68b2af4223d7ae 100644
--- a/chrome/browser/automation/automation_util.cc
+++ b/chrome/browser/automation/automation_util.cc
@@ -430,7 +430,7 @@ AutomationId GetIdForExtensionView(const ExtensionHost* ext_host) {
// Since these extension views do not permit navigation, using the
// renderer process and view ID should suffice.
std::string id = base::StringPrintf("%d|%d",
- ext_host->render_view_host()->routing_id(),
+ ext_host->render_view_host()->GetRoutingID(),
ext_host->render_process_host()->GetID());
return AutomationId(type, id);
}
« no previous file with comments | « chrome/browser/automation/automation_provider_win.cc ('k') | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698