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

Unified Diff: plugin/win/config.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
Index: plugin/win/config.cc
===================================================================
--- plugin/win/config.cc (revision 20106)
+++ plugin/win/config.cc (working copy)
@@ -57,6 +57,8 @@
#include "core/cross/install_check.h"
#include "third_party/nixysa/files/static_glue/npapi/common.h"
+namespace o3d {
+
// Check Windows version.
bool CheckOSVersion(NPP npp) {
OSVERSIONINFOEX version = {sizeof(OSVERSIONINFOEX)}; // NOLINT
@@ -232,3 +234,4 @@
}
return true;
}
+} // namespace o3d
« plugin/mac/main_mac.mm ('K') | « plugin/mac/plugin_mac.mm ('k') | plugin/win/main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698