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

Unified Diff: chrome/browser/safe_browsing/malware_details_unittest.cc

Issue 8515027: Define the public version of the browser side RenderProcessHost interface. This interface is not ... (Closed) Base URL: svn://svn.chromium.org/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
Index: chrome/browser/safe_browsing/malware_details_unittest.cc
===================================================================
--- chrome/browser/safe_browsing/malware_details_unittest.cc (revision 110571)
+++ chrome/browser/safe_browsing/malware_details_unittest.cc (working copy)
@@ -217,7 +217,8 @@
resource->url = url;
resource->is_subresource = is_subresource;
resource->threat_type = SafeBrowsingService::URL_MALWARE;
- resource->render_process_host_id = contents()->GetRenderProcessHost()->id();
+ resource->render_process_host_id = contents()->GetRenderProcessHost()->
+ GetID();
resource->render_view_id = contents()->render_view_host()->routing_id();
}

Powered by Google App Engine
This is Rietveld 408576698