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

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

Issue 268793002: Pepper: Move DoPostMessage out of trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix threading behavior Created 6 years, 7 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/fake_pepper_plugin_instance.h
diff --git a/content/renderer/pepper/fake_pepper_plugin_instance.h b/content/renderer/pepper/fake_pepper_plugin_instance.h
index 2b9a6803ad8a5a109f610df2e3e4da47b9c13a4d..99a0cee43a4b4ad22d665fc64b642d7a98d5b7cb 100644
--- a/content/renderer/pepper/fake_pepper_plugin_instance.h
+++ b/content/renderer/pepper/fake_pepper_plugin_instance.h
@@ -42,6 +42,7 @@ class FakePepperPluginInstance : public PepperPluginInstance {
virtual void SetSelectedText(const base::string16& selected_text) OVERRIDE;
virtual void SetLinkUnderCursor(const std::string& url) OVERRIDE;
virtual void SetTextInputType(ui::TextInputType type) OVERRIDE;
+ virtual void PostMessageToJavaScript(PP_Var message) OVERRIDE;
private:
GURL gurl_;
« no previous file with comments | « content/public/renderer/pepper_plugin_instance.h ('k') | content/renderer/pepper/fake_pepper_plugin_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698