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

Unified Diff: remoting/client/plugin/pepper_entrypoints.cc

Issue 3078005: Rename ChromotingPlugin -> ChromotingInstance to be more consistent with... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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 | « remoting/client/plugin/chromoting_scriptable_object.cc ('k') | remoting/client/plugin/pepper_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_entrypoints.cc
===================================================================
--- remoting/client/plugin/pepper_entrypoints.cc (revision 55094)
+++ remoting/client/plugin/pepper_entrypoints.cc (working copy)
@@ -5,7 +5,7 @@
#include "remoting/client/plugin/pepper_entrypoints.h"
#include "base/message_loop.h"
-#include "remoting/client/plugin/chromoting_plugin.h"
+#include "remoting/client/plugin/chromoting_instance.h"
#include "third_party/ppapi/c/pp_errors.h"
#include "third_party/ppapi/c/pp_instance.h"
#include "third_party/ppapi/c/pp_module.h"
@@ -27,8 +27,8 @@
class ChromotingModule : public pp::Module {
protected:
- virtual ChromotingPlugin* CreateInstance(PP_Instance instance) {
- return new ChromotingPlugin(instance);
+ virtual ChromotingInstance* CreateInstance(PP_Instance instance) {
+ return new ChromotingInstance(instance);
}
};
Property changes on: remoting/client/plugin/pepper_entrypoints.cc
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « remoting/client/plugin/chromoting_scriptable_object.cc ('k') | remoting/client/plugin/pepper_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698