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

Unified Diff: content/renderer/pepper/pepper_browser_connection.h

Issue 20987009: Rename PepperPluginDelegateImpl to PepperHelperImpl after getting rid of the PluginDelegate interfa… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 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: content/renderer/pepper/pepper_browser_connection.h
===================================================================
--- content/renderer/pepper/pepper_browser_connection.h (revision 214411)
+++ content/renderer/pepper/pepper_browser_connection.h (working copy)
@@ -17,7 +17,7 @@
namespace content {
-class PepperPluginDelegateImpl;
+class PepperHelperImpl;
// This class represents a connection from the renderer to the browser for
// sending/receiving pepper ResourceHost related messages. When the browser
@@ -30,7 +30,7 @@
std::string,
base::FilePath)> FileRefGetInfoCallback;
- explicit PepperBrowserConnection(PepperPluginDelegateImpl* plugin_delegate);
+ explicit PepperBrowserConnection(PepperHelperImpl* helper);
virtual ~PepperBrowserConnection();
bool OnMessageReceived(const IPC::Message& message);
@@ -65,8 +65,8 @@
// Return the next sequence number.
int32_t GetNextSequence();
- // The plugin delegate that owns us.
- PepperPluginDelegateImpl* plugin_delegate_;
+ // The plugin helper that owns us.
+ PepperHelperImpl* helper_;
// Sequence number to track pending callbacks.
int32_t next_sequence_number_;
« no previous file with comments | « content/renderer/pepper/pepper_broker_unittest.cc ('k') | content/renderer/pepper/pepper_browser_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698