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

Unified Diff: trunk/src/chrome/browser/guestview/guestview.h

Issue 23965004: Revert 222090 "<webview>: Cleanup WebRequest event listeners whe..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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: trunk/src/chrome/browser/guestview/guestview.h
===================================================================
--- trunk/src/chrome/browser/guestview/guestview.h (revision 222122)
+++ trunk/src/chrome/browser/guestview/guestview.h (working copy)
@@ -85,6 +85,9 @@
// Returns the embedder's process ID.
int embedder_render_process_id() const { return embedder_render_process_id_; }
+ // Returns the embedder's routing ID.
+ int embedder_routing_id() const { return embedder_routing_id_; }
+
protected:
virtual ~GuestView();
@@ -98,6 +101,7 @@
content::WebContents* embedder_web_contents_;
std::string extension_id_;
int embedder_render_process_id_;
+ int embedder_routing_id_;
content::BrowserContext* browser_context_;
// |guest_instance_id_| is a profile-wide unique identifier for a guest
// WebContents.
« no previous file with comments | « trunk/src/chrome/browser/extensions/extension_renderer_state.h ('k') | trunk/src/chrome/browser/guestview/guestview.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698