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

Unified Diff: chrome/common/temp_scaffolding_stubs.cc

Issue 79020: linux (and some posix): multiprocess plugins compiling. (Closed)
Patch Set: rebased 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 | « chrome/common/plugin_messages_internal.h ('k') | chrome/common/transport_dib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/temp_scaffolding_stubs.cc
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
index 4dcb220190ec4d9d773163dc1f3b818a41d3734d..e8c76be4c662497eaf5204e88513dde84f1900bd 100644
--- a/chrome/common/temp_scaffolding_stubs.cc
+++ b/chrome/common/temp_scaffolding_stubs.cc
@@ -200,10 +200,12 @@ bool RLZTracker::RecordProductEvent(Product product, AccessPoint point,
return false;
}
+#if defined(OS_MACOSX)
// This depends on porting all the plugin IPC messages.
bool IsPluginProcess() {
return false;
}
+#endif
//--------------------------------------------------------------------------
@@ -244,10 +246,12 @@ void ProcessWatcher::EnsureProcessTerminated(int) {
//--------------------------------------------------------------------------
namespace webkit_glue {
+#if defined(OS_MACOSX)
bool IsDefaultPluginEnabled() {
NOTIMPLEMENTED();
return false;
}
+#endif
} // webkit_glue
« no previous file with comments | « chrome/common/plugin_messages_internal.h ('k') | chrome/common/transport_dib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698