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

Unified Diff: content/plugin/plugin_channel.h

Issue 7983032: Add NPChannelBase::GetModalDialogEvent() to avoid content/plugin/ include from npobject_proxy.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased after http://codereview.chromium.org/7982026 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
« no previous file with comments | « content/common/npobject_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/plugin/plugin_channel.h
diff --git a/content/plugin/plugin_channel.h b/content/plugin/plugin_channel.h
index d2d7f0b22cb67cf34bcecd7f5b5d41cf470df72c..c8665d9c5232bd2b20bb82025b63d32e1789e772 100644
--- a/content/plugin/plugin_channel.h
+++ b/content/plugin/plugin_channel.h
@@ -43,7 +43,8 @@ class PluginChannel : public NPChannelBase {
// Returns the event that's set when a call to the renderer causes a modal
// dialog to come up.
- base::WaitableEvent* GetModalDialogEvent(gfx::NativeViewId containing_window);
+ virtual base::WaitableEvent* GetModalDialogEvent(
+ gfx::NativeViewId containing_window);
bool in_send() { return in_send_ != 0; }
« no previous file with comments | « content/common/npobject_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698