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

Unified Diff: plugin/cross/config_common.cc

Issue 150182: Fix for Windows 7 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 6 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 | plugin/cross/o3d_glue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/cross/config_common.cc
===================================================================
--- plugin/cross/config_common.cc (revision 19709)
+++ plugin/cross/config_common.cc (working copy)
@@ -75,7 +75,7 @@
GLUE_PROFILE_START(npp, "NPN_GetStringIdentifier");
NPIdentifier alert_id = NPN_GetStringIdentifier("confirm");
GLUE_PROFILE_STOP(npp, "NPN_GetStringIdentifier");
- std::string message = error;
+ std::string message = std::string("O3D: ") + error;
// TODO: internationalize message.
// TODO: Should this change to call some hardcoded javascript function
// like "o3djs.util.confirmContinuation" or even a global name like
« no previous file with comments | « no previous file | plugin/cross/o3d_glue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698