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

Unified Diff: chrome/app/generated_resources.grd

Issue 2061593002: Fix crash when switching to a profile that cannot be opened (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bug-614753-fix
Patch Set: Created 4 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index b463e4e56139110680514521778b24c4c26363aa..f01038b512e4ceba2de2398f8e92a6585b03c998 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5230,7 +5230,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_SAVE_PAGE_AS_MHTML_DESCRIPTION" desc="Description of the 'Save Page as MHTML' lab.">
Enables saving pages as MHTML: a single text file containing HTML and all sub-resources.
</message>
-
+
<!-- Flag and values for MHTML Geenrator options lab. -->
<message name="IDS_FLAGS_MHTML_GENERATOR_OPTION_NAME" desc="Name of the 'MHTML Generator Options' lab.">
MHTML Generation Option
@@ -11272,6 +11272,9 @@ Your profile could not be opened correctly.
Some features may be unavailable. Please check that the profile exists and you have permission to read and write its contents.
</message>
+ <message name="IDS_COULDNT_SWITCH_PROFILE_ERROR" desc="Error displayed when the profile to be switched to can not be opened correctly due to problems reading or writing files in it.">
Peter Kasting 2016/06/13 04:43:20 Why does this message need to be separate from IDS
WC Leung 2016/06/13 08:06:45 I see. Let me check the context of the other messa
WC Leung 2016/06/15 13:08:38 In the other CL Brett is giving similar comments.
+ Your profile could not be opened correctly. Please check that the profile directory exists and you have permission to read and write its contents.
+ </message>
<message name="IDS_REFUSE_TO_RUN_AS_ROOT" desc="Short error message displayed in an error dialog on startup if the user tries to run Chrome as root">
<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> can not be run as root.
</message>

Powered by Google App Engine
This is Rietveld 408576698