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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 15969017: Warn by default when certain DLL conflicts exist on XP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for try servers Created 7 years, 7 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: chrome/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index 3142ad5f2f603d21cc48f3cc8443d072abc07549..f97248545f83a84214c0d4c3e6321a7c4885f469 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -881,6 +881,13 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
Chrome Canary Apps
</message>
+ <!-- Chrome Conflicts bubble -->
+ <if expr="is_win">
+ <message name="IDS_OPTIONS_CONFLICTING_MODULE" desc="Shown in a bubble when a conflict has been detected.">
+ Software running on your computer is incompatible with Google Chrome.
+ </message>
+ </if>
+
<!-- Chrome OS OOBE Terms of Service screen-->
<if expr="pp_ifdef('chromeos')">
<message name="IDS_TERMS_OF_SERVICE_SCREEN_SUBHEADING" desc="Subheading at the top of the Terms of Service screen.">

Powered by Google App Engine
This is Rietveld 408576698