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

Unified Diff: components/browser_sync_strings.grdp

Issue 1405383006: [sync] Componentize strings used by ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pss_switches_strings
Patch Set: Rebase Created 5 years, 1 month 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 | « chrome/browser/ui/webui/foreign_session_handler.cc ('k') | components/components_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync_strings.grdp
diff --git a/components/browser_sync_strings.grdp b/components/browser_sync_strings.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..9a8d96266ae56813bbc2a674af2a06961ff5f2b6
--- /dev/null
+++ b/components/browser_sync_strings.grdp
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+
+ <!-- Sync time strings -->
+ <message name="IDS_SYNC_TIME_NEVER" desc="Indicates that the first sync has never completed.">
+ Never
+ </message>
+ <message name="IDS_SYNC_TIME_JUST_NOW" desc="Indicates that a sync cycle just finished.">
+ Just now
+ </message>
+
+</grit-part>
« no previous file with comments | « chrome/browser/ui/webui/foreign_session_handler.cc ('k') | components/components_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698