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

Side by Side Diff: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc

Issue 2812233003: MD Settings Sync: Remove secondary text from 'Manage Synced Data' link (Closed)
Patch Set: fix Created 3 years, 8 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 | « chrome/browser/resources/settings/people_page/sync_page.html ('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
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/ui/webui/settings/md_settings_localized_strings_provide r.h" 5 #include "chrome/browser/ui/webui/settings/md_settings_localized_strings_provide r.h"
6 6
7 #include <string> 7 #include <string>
8 8
9 #include "base/command_line.h" 9 #include "base/command_line.h"
10 #include "base/i18n/number_formatting.h" 10 #include "base/i18n/number_formatting.h"
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after
1306 {"autofillCheckboxLabel", IDS_SETTINGS_AUTOFILL_CHECKBOX_LABEL}, 1306 {"autofillCheckboxLabel", IDS_SETTINGS_AUTOFILL_CHECKBOX_LABEL},
1307 {"historyCheckboxLabel", IDS_SETTINGS_HISTORY_CHECKBOX_LABEL}, 1307 {"historyCheckboxLabel", IDS_SETTINGS_HISTORY_CHECKBOX_LABEL},
1308 {"themesAndWallpapersCheckboxLabel", 1308 {"themesAndWallpapersCheckboxLabel",
1309 IDS_SETTINGS_THEMES_AND_WALLPAPERS_CHECKBOX_LABEL}, 1309 IDS_SETTINGS_THEMES_AND_WALLPAPERS_CHECKBOX_LABEL},
1310 {"bookmarksCheckboxLabel", IDS_SETTINGS_BOOKMARKS_CHECKBOX_LABEL}, 1310 {"bookmarksCheckboxLabel", IDS_SETTINGS_BOOKMARKS_CHECKBOX_LABEL},
1311 {"passwordsCheckboxLabel", IDS_SETTINGS_PASSWORDS_CHECKBOX_LABEL}, 1311 {"passwordsCheckboxLabel", IDS_SETTINGS_PASSWORDS_CHECKBOX_LABEL},
1312 {"openTabsCheckboxLabel", IDS_SETTINGS_OPEN_TABS_CHECKBOX_LABEL}, 1312 {"openTabsCheckboxLabel", IDS_SETTINGS_OPEN_TABS_CHECKBOX_LABEL},
1313 {"enablePaymentsIntegrationCheckboxLabel", 1313 {"enablePaymentsIntegrationCheckboxLabel",
1314 IDS_SETTINGS_ENABLE_PAYMENTS_INTEGRATION_CHECKBOX_LABEL}, 1314 IDS_SETTINGS_ENABLE_PAYMENTS_INTEGRATION_CHECKBOX_LABEL},
1315 {"manageSyncedDataTitle", IDS_SETTINGS_MANAGE_SYNCED_DATA_TITLE}, 1315 {"manageSyncedDataTitle", IDS_SETTINGS_MANAGE_SYNCED_DATA_TITLE},
1316 {"manageSyncedDataDescription",
1317 IDS_SETTINGS_MANAGE_SYNCED_DATA_DESCRIPTION},
1318 {"encryptionOptionsTitle", IDS_SETTINGS_ENCRYPTION_OPTIONS}, 1316 {"encryptionOptionsTitle", IDS_SETTINGS_ENCRYPTION_OPTIONS},
1319 {"syncDataEncryptedText", IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT}, 1317 {"syncDataEncryptedText", IDS_SETTINGS_SYNC_DATA_ENCRYPTED_TEXT},
1320 {"encryptWithGoogleCredentialsLabel", 1318 {"encryptWithGoogleCredentialsLabel",
1321 IDS_SETTINGS_ENCRYPT_WITH_GOOGLE_CREDENTIALS_LABEL}, 1319 IDS_SETTINGS_ENCRYPT_WITH_GOOGLE_CREDENTIALS_LABEL},
1322 {"useDefaultSettingsButton", IDS_SETTINGS_USE_DEFAULT_SETTINGS}, 1320 {"useDefaultSettingsButton", IDS_SETTINGS_USE_DEFAULT_SETTINGS},
1323 {"emptyPassphraseError", IDS_SETTINGS_EMPTY_PASSPHRASE_ERROR}, 1321 {"emptyPassphraseError", IDS_SETTINGS_EMPTY_PASSPHRASE_ERROR},
1324 {"mismatchedPassphraseError", IDS_SETTINGS_MISMATCHED_PASSPHRASE_ERROR}, 1322 {"mismatchedPassphraseError", IDS_SETTINGS_MISMATCHED_PASSPHRASE_ERROR},
1325 {"incorrectPassphraseError", IDS_SETTINGS_INCORRECT_PASSPHRASE_ERROR}, 1323 {"incorrectPassphraseError", IDS_SETTINGS_INCORRECT_PASSPHRASE_ERROR},
1326 {"passphrasePlaceholder", IDS_SETTINGS_PASSPHRASE_PLACEHOLDER}, 1324 {"passphrasePlaceholder", IDS_SETTINGS_PASSPHRASE_PLACEHOLDER},
1327 {"passphraseConfirmationPlaceholder", 1325 {"passphraseConfirmationPlaceholder",
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 2036
2039 #if defined(OS_CHROMEOS) 2037 #if defined(OS_CHROMEOS)
2040 chromeos::network_element::AddLocalizedStrings(html_source); 2038 chromeos::network_element::AddLocalizedStrings(html_source);
2041 #endif 2039 #endif
2042 policy_indicator::AddLocalizedStrings(html_source); 2040 policy_indicator::AddLocalizedStrings(html_source);
2043 2041
2044 html_source->SetJsonPath(kLocalizedStringsFile); 2042 html_source->SetJsonPath(kLocalizedStringsFile);
2045 } 2043 }
2046 2044
2047 } // namespace settings 2045 } // namespace settings
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/people_page/sync_page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698