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

Unified Diff: webkit/glue/plugins/test/plugin_windowless_test.h

Issue 119052: Fix browser hang due to plugin deadlock... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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: webkit/glue/plugins/test/plugin_windowless_test.h
===================================================================
--- webkit/glue/plugins/test/plugin_windowless_test.h (revision 17403)
+++ webkit/glue/plugins/test/plugin_windowless_test.h (working copy)
@@ -19,6 +19,12 @@
// NPAPI HandleEvent handler
virtual int16 HandleEvent(void* event);
+ protected:
+ NPError ExecuteScript(NPNetscapeFuncs* browser, NPP id,
+ const std::string& script, NPVariant* result);
+ void ExecuteScriptDeleteInPaint(NPNetscapeFuncs* browser);
+ void MultipleInstanceSyncCalls(NPNetscapeFuncs* browser);
+
private:
std::string test_name_;
};

Powered by Google App Engine
This is Rietveld 408576698