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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « components/components_strings.grd ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3
4 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the res tore button in the session crashed view.">
5 Restore
6 </message>
7 <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.
8 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when th e last session didn't exit cleanly.">
9 Chrome didn't shut down correctly.
10 </message>
11 </if>
12 <if expr="not _google_chrome">
13 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when th e last session didn't exit cleanly.">
14 Chromium didn't shut down correctly.
15 </message>
16 </if>
17
18 </grit-part>
OLDNEW
« 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