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

Unified Diff: content/renderer/pepper_helper.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
« no previous file with comments | « content/renderer/pepper/url_request_info_util.cc ('k') | content/renderer/pepper_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/pepper_helper.h
===================================================================
--- content/renderer/pepper_helper.h (revision 214354)
+++ content/renderer/pepper_helper.h (working copy)
@@ -3,8 +3,8 @@
// found in the LICENSE file.
// This interface is used by RenderView to talk to the pepper plugin delegate.
-#ifndef CONTENT_RENDERER_RENDER_VIEW_PEPPER_HELPER_H
-#define CONTENT_RENDERER_RENDER_VIEW_PEPPER_HELPER_H
+#ifndef CONTENT_RENDERER_PEPPER_HELPER_H
+#define CONTENT_RENDERER_PEPPER_HELPER_H
#include <string>
#include <vector>
@@ -40,10 +40,10 @@
class PepperPluginInstanceImpl;
struct WebPluginInfo;
-class CONTENT_EXPORT RenderViewPepperHelper {
+class CONTENT_EXPORT PepperHelper {
public:
- RenderViewPepperHelper() {}
- virtual ~RenderViewPepperHelper();
+ PepperHelper() {}
+ virtual ~PepperHelper();
virtual WebKit::WebPlugin* CreatePepperWebPlugin(
const WebPluginInfo& webplugin_info,
@@ -92,9 +92,9 @@
virtual void WillHandleMouseEvent() {}
private:
- DISALLOW_COPY_AND_ASSIGN(RenderViewPepperHelper);
+ DISALLOW_COPY_AND_ASSIGN(PepperHelper);
};
} // namespace content
-#endif // CONTENT_RENDERER_RENDER_VIEW_PEPPER_HELPER_H
+#endif // CONTENT_RENDERER_PEPPER_HELPER_H
« no previous file with comments | « content/renderer/pepper/url_request_info_util.cc ('k') | content/renderer/pepper_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698