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

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

Issue 2484423004: [MD settings] settings for pdf documents (Closed)
Patch Set: made method private Created 4 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/settings/site_settings_page/site_settings_page.js ('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 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 {"siteSettingsCamera", IDS_SETTINGS_SITE_SETTINGS_CAMERA}, 1449 {"siteSettingsCamera", IDS_SETTINGS_SITE_SETTINGS_CAMERA},
1450 {"siteSettingsCookies", IDS_SETTINGS_SITE_SETTINGS_COOKIES}, 1450 {"siteSettingsCookies", IDS_SETTINGS_SITE_SETTINGS_COOKIES},
1451 {"siteSettingsHandlers", IDS_SETTINGS_SITE_SETTINGS_HANDLERS}, 1451 {"siteSettingsHandlers", IDS_SETTINGS_SITE_SETTINGS_HANDLERS},
1452 {"siteSettingsKeygen", IDS_SETTINGS_SITE_SETTINGS_KEYGEN}, 1452 {"siteSettingsKeygen", IDS_SETTINGS_SITE_SETTINGS_KEYGEN},
1453 {"siteSettingsLocation", IDS_SETTINGS_SITE_SETTINGS_LOCATION}, 1453 {"siteSettingsLocation", IDS_SETTINGS_SITE_SETTINGS_LOCATION},
1454 {"siteSettingsMic", IDS_SETTINGS_SITE_SETTINGS_MIC}, 1454 {"siteSettingsMic", IDS_SETTINGS_SITE_SETTINGS_MIC},
1455 {"siteSettingsNotifications", IDS_SETTINGS_SITE_SETTINGS_NOTIFICATIONS}, 1455 {"siteSettingsNotifications", IDS_SETTINGS_SITE_SETTINGS_NOTIFICATIONS},
1456 {"siteSettingsImages", IDS_SETTINGS_SITE_SETTINGS_IMAGES}, 1456 {"siteSettingsImages", IDS_SETTINGS_SITE_SETTINGS_IMAGES},
1457 {"siteSettingsJavascript", IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT}, 1457 {"siteSettingsJavascript", IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT},
1458 {"siteSettingsFlash", IDS_SETTINGS_SITE_SETTINGS_FLASH}, 1458 {"siteSettingsFlash", IDS_SETTINGS_SITE_SETTINGS_FLASH},
1459 {"siteSettingsPdfDocuments", IDS_SETTINGS_SITE_SETTINGS_PDF_DOCUMENTS},
1460 {"siteSettingsPdfInBrowser",
1461 IDS_SETTINGS_SITE_SETTINGS_PDF_IN_BROWSER},
1459 {"siteSettingsPopups", IDS_SETTINGS_SITE_SETTINGS_POPUPS}, 1462 {"siteSettingsPopups", IDS_SETTINGS_SITE_SETTINGS_POPUPS},
1460 {"siteSettingsUnsandboxedPlugins", 1463 {"siteSettingsUnsandboxedPlugins",
1461 IDS_SETTINGS_SITE_SETTINGS_UNSANDBOXED_PLUGINS}, 1464 IDS_SETTINGS_SITE_SETTINGS_UNSANDBOXED_PLUGINS},
1462 {"siteSettingsUsbDevices", IDS_SETTINGS_SITE_SETTINGS_USB_DEVICES}, 1465 {"siteSettingsUsbDevices", IDS_SETTINGS_SITE_SETTINGS_USB_DEVICES},
1463 {"siteSettingsFullscreen", IDS_SETTINGS_SITE_SETTINGS_FULLSCREEN}, 1466 {"siteSettingsFullscreen", IDS_SETTINGS_SITE_SETTINGS_FULLSCREEN},
1464 {"siteSettingsZoomLevels", IDS_SETTINGS_SITE_SETTINGS_ZOOM_LEVELS}, 1467 {"siteSettingsZoomLevels", IDS_SETTINGS_SITE_SETTINGS_ZOOM_LEVELS},
1465 {"siteSettingsNoZoomedSites", IDS_SETTINGS_SITE_SETTINGS_NO_ZOOMED_SITES}, 1468 {"siteSettingsNoZoomedSites", IDS_SETTINGS_SITE_SETTINGS_NO_ZOOMED_SITES},
1466 {"siteSettingsMaySaveCookies", 1469 {"siteSettingsMaySaveCookies",
1467 IDS_SETTINGS_SITE_SETTINGS_MAY_SAVE_COOKIES}, 1470 IDS_SETTINGS_SITE_SETTINGS_MAY_SAVE_COOKIES},
1468 {"siteSettingsAskFirst", IDS_SETTINGS_SITE_SETTINGS_ASK_FIRST}, 1471 {"siteSettingsAskFirst", IDS_SETTINGS_SITE_SETTINGS_ASK_FIRST},
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1789 #if defined(USE_NSS_CERTS) 1792 #if defined(USE_NSS_CERTS)
1790 AddCertificateManagerStrings(html_source); 1793 AddCertificateManagerStrings(html_source);
1791 #endif 1794 #endif
1792 1795
1793 policy_indicator::AddLocalizedStrings(html_source); 1796 policy_indicator::AddLocalizedStrings(html_source);
1794 1797
1795 html_source->SetJsonPath(kLocalizedStringsFile); 1798 html_source->SetJsonPath(kLocalizedStringsFile);
1796 } 1799 }
1797 1800
1798 } // namespace settings 1801 } // namespace settings
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/site_settings_page/site_settings_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698