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

Unified Diff: plugin/win/update_lock.cc

Issue 149130: In preparation for becoming an internal plugin in chrome I did these things:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: '' Created 11 years, 5 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
« plugin/mac/main_mac.mm ('K') | « plugin/win/update_lock.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/win/update_lock.cc
===================================================================
--- plugin/win/update_lock.cc (revision 20106)
+++ plugin/win/update_lock.cc (working copy)
@@ -32,8 +32,12 @@
#include "update_lock.h"
+#if !defined(O3D_INTERNAL_PLUGIN)
+
namespace {
// Instantiate a global object to indicate that the application is running.
update_lock::HandleWrapper g_update_lock(update_lock::LockFromUpdates());
} // anonymous namespace
+
+#endif // O3D_INTERNAL_PLUGIN
« plugin/mac/main_mac.mm ('K') | « plugin/win/update_lock.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698