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

Unified Diff: content/renderer/pepper_plugin_delegate_impl.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 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: content/renderer/pepper_plugin_delegate_impl.h
diff --git a/content/renderer/pepper_plugin_delegate_impl.h b/content/renderer/pepper_plugin_delegate_impl.h
index b254488cf45a68a221affe3bdd8c439c4e99ac5f..ca2b3fd1a97269090eb27536d080284b46935283 100644
--- a/content/renderer/pepper_plugin_delegate_impl.h
+++ b/content/renderer/pepper_plugin_delegate_impl.h
@@ -14,6 +14,7 @@
#include "base/id_map.h"
#include "base/memory/ref_counted.h"
#include "base/memory/weak_ptr.h"
+#include "content/common/content_export.h"
#include "ppapi/proxy/broker_dispatcher.h"
#include "ppapi/proxy/proxy_channel.h"
#include "webkit/plugins/ppapi/plugin_delegate.h"
@@ -128,7 +129,8 @@ class PepperPluginDelegateImpl
// the second is that the plugin failed to initialize. In this case,
// |*pepper_plugin_was_registered| will be set to true and the caller should
// not fall back on any other plugin types.
- scoped_refptr<webkit::ppapi::PluginModule> CreatePepperPluginModule(
+ CONTENT_EXPORT scoped_refptr<webkit::ppapi::PluginModule>
+ CreatePepperPluginModule(
const webkit::WebPluginInfo& webplugin_info,
bool* pepper_plugin_was_registered);
@@ -303,7 +305,7 @@ class PepperPluginDelegateImpl
OVERRIDE;
virtual ::ppapi::Preferences GetPreferences() OVERRIDE;
- int GetRoutingId() const;
+ CONTENT_EXPORT int GetRoutingId() const;
private:
void PublishInitialPolicy(

Powered by Google App Engine
This is Rietveld 408576698