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

Unified Diff: webkit/glue/plugins/test/plugin_javascript_open_popup.cc

Issue 99154: Add the npapi_test_plugin to the Mac build of test_shell (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 | « no previous file | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/plugins/test/plugin_javascript_open_popup.cc
===================================================================
--- webkit/glue/plugins/test/plugin_javascript_open_popup.cc (revision 14732)
+++ webkit/glue/plugins/test/plugin_javascript_open_popup.cc (working copy)
@@ -95,6 +95,12 @@
return false;
}
+#elif defined(OS_MACOSX)
+bool ExecuteJavascriptPopupWindowTargetPluginTest::CheckWindow(
+ NPWindow* window) {
+ // TODO(port) scaffolding--replace with a real test once NPWindow is done.
+ return false;
+}
#endif
} // namespace NPAPIClient
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698