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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 11445002: Sync user's custom spellcheck dictionary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add server-side size limit tests Created 7 years, 11 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 24d45023bd3204c962d8047961682ac3af34e9e4..f5b480b8c2eb256802180653de53b8a45f9d02cc 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7023,6 +7023,12 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_RICH_NOTIFICATIONS_DESCRIPTION" desc="Description for the flag to enable rich notifications.">
Enable rich templated notifications. Both HTML5 notifications and app notifications will be shown through new Notification Center.
</message>
+ <message name="IDS_FLAGS_ENABLE_SYNC_DICTIONARY_NAME" desc="Name of about:flags option to turn on dictionary sync.">
+ Enable dictionary sync
+ </message>
+ <message name="IDS_FLAGS_ENABLE_SYNC_DICTIONARY_DESCRIPTION" desc="Description of about:flags option to turn on dictionary sync.">
+ Enabling syncing the custom spelling dictionary. To view data, visit chrome://settings/editDictionary.
+ </message>
<!-- Crashes -->
<message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes page.">
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/spellchecker/spellcheck_custom_dictionary.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698