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

Unified Diff: extensions/browser/guest_view/guest_view_base.h

Issue 857043002: <webview>: Cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment Created 5 years, 11 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/renderer/browser_plugin/browser_plugin.cc ('k') | extensions/browser/guest_view/guest_view_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/guest_view_base.h
diff --git a/extensions/browser/guest_view/guest_view_base.h b/extensions/browser/guest_view/guest_view_base.h
index 7bf27b7c18f60a0cf2e7f83f0e19dcfe01bfedc5..82337e6f0955eaeb536cb6f5720246c047cf0026 100644
--- a/extensions/browser/guest_view/guest_view_base.h
+++ b/extensions/browser/guest_view/guest_view_base.h
@@ -70,7 +70,7 @@ class GuestViewBase : public content::BrowserPluginGuestDelegate,
static GuestViewBase* FromWebContents(content::WebContents* web_contents);
- static GuestViewBase* From(int embedder_process_id, int instance_id);
+ static GuestViewBase* From(int owner_process_id, int instance_id);
static bool IsGuest(content::WebContents* web_contents);
« no previous file with comments | « content/renderer/browser_plugin/browser_plugin.cc ('k') | extensions/browser/guest_view/guest_view_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698