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

Unified Diff: chrome/plugin/npobject_util.cc

Issue 20449: Get something in chrome/plugin/ compiling to make Scons happy. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 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 | chrome/plugin/plugin.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/plugin/npobject_util.cc
===================================================================
--- chrome/plugin/npobject_util.cc (revision 9927)
+++ chrome/plugin/npobject_util.cc (working copy)
@@ -4,8 +4,11 @@
#include "chrome/plugin/npobject_util.h"
+#if defined(OS_WIN)
#include "chrome/common/plugin_messages.h"
#include "chrome/common/win_util.h"
+#endif
+
#include "chrome/plugin/npobject_proxy.h"
#include "chrome/plugin/plugin_channel_base.h"
#include "webkit/glue/plugins/nphostapi.h"
@@ -124,6 +127,7 @@
return g_plugin_process;
}
+#if defined(OS_WIN)
void CreateNPIdentifierParam(NPIdentifier id, NPIdentifier_Param* param) {
param->identifier = id;
}
@@ -243,4 +247,4 @@
NOTREACHED();
}
}
-
+#endif
« no previous file with comments | « no previous file | chrome/plugin/plugin.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698