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

Unified Diff: content/public/browser/browser_plugin/browser_plugin_guest_observer.h

Issue 11693009: Browser Plugin: Implement ExecuteScript (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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: content/public/browser/browser_plugin/browser_plugin_guest_observer.h
diff --git a/content/public/browser/browser_plugin/browser_plugin_guest_observer.h b/content/public/browser/browser_plugin/browser_plugin_guest_observer.h
index 4c176df8941b13c2c422c0115eaba1d5247bea5b..8994e28a4c5812078f997d3c08ae20dd0870a2e9 100644
--- a/content/public/browser/browser_plugin/browser_plugin_guest_observer.h
+++ b/content/public/browser/browser_plugin/browser_plugin_guest_observer.h
@@ -40,7 +40,7 @@ class CONTENT_EXPORT BrowserPluginGuestObserver : public IPC::Listener,
int instance_id() { return instance_id_; }
private:
- friend class BrowserPluginImpl;
+ friend class BrowserPluginGuestImpl;
// This is called by the BrowserPluginGuest when it's going away so that this
// object can null out its pointer.
« no previous file with comments | « content/public/browser/browser_plugin/browser_plugin_guest.h ('k') | content/public/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698