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

Unified Diff: components/sessions_strings.grdp

Issue 1708593002: Componentize IDS_SESSION_CRASHED_* to allow sharing with iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « components/components_strings.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions_strings.grdp
diff --git a/components/sessions_strings.grdp b/components/sessions_strings.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..665d5e31b5d4cf2d958ce60630e9126670fa450f
--- /dev/null
+++ b/components/sessions_strings.grdp
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+
+ <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
+ Restore
+ </message>
+ <if expr="_google_chrome">
Peter Kasting 2016/02/17 22:14:20 Is this the pattern we've been using elsewhere? I
sdefresne 2016/02/18 09:34:22 Actually, components strings currently uses both.
+ <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly.">
+ Chrome didn't shut down correctly.
+ </message>
+ </if>
+ <if expr="not _google_chrome">
+ <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when the last session didn't exit cleanly.">
+ Chromium didn't shut down correctly.
+ </message>
+ </if>
+
+</grit-part>
« no previous file with comments | « components/components_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698