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

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

Issue 2201243002: [MD settings] layout of site details permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review changes Created 4 years, 4 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/site_settings/site_details_permission.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 1098 matching lines...) Expand 10 before | Expand all | Expand 10 after
1109 {"siteSettingsCategoryCamera", IDS_SETTINGS_SITE_SETTINGS_CAMERA}, 1109 {"siteSettingsCategoryCamera", IDS_SETTINGS_SITE_SETTINGS_CAMERA},
1110 {"siteSettingsCategoryCookies", IDS_SETTINGS_SITE_SETTINGS_COOKIES}, 1110 {"siteSettingsCategoryCookies", IDS_SETTINGS_SITE_SETTINGS_COOKIES},
1111 {"siteSettingsCategoryHandlers", IDS_SETTINGS_SITE_SETTINGS_HANDLERS}, 1111 {"siteSettingsCategoryHandlers", IDS_SETTINGS_SITE_SETTINGS_HANDLERS},
1112 {"siteSettingsCategoryImages", IDS_SETTINGS_SITE_SETTINGS_IMAGES}, 1112 {"siteSettingsCategoryImages", IDS_SETTINGS_SITE_SETTINGS_IMAGES},
1113 {"siteSettingsCategoryLocation", IDS_SETTINGS_SITE_SETTINGS_LOCATION}, 1113 {"siteSettingsCategoryLocation", IDS_SETTINGS_SITE_SETTINGS_LOCATION},
1114 {"siteSettingsCategoryJavascript", IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT}, 1114 {"siteSettingsCategoryJavascript", IDS_SETTINGS_SITE_SETTINGS_JAVASCRIPT},
1115 {"siteSettingsCategoryMicrophone", IDS_SETTINGS_SITE_SETTINGS_MIC}, 1115 {"siteSettingsCategoryMicrophone", IDS_SETTINGS_SITE_SETTINGS_MIC},
1116 {"siteSettingsCategoryNotifications", 1116 {"siteSettingsCategoryNotifications",
1117 IDS_SETTINGS_SITE_SETTINGS_NOTIFICATIONS}, 1117 IDS_SETTINGS_SITE_SETTINGS_NOTIFICATIONS},
1118 {"siteSettingsCategoryPopups", IDS_SETTINGS_SITE_SETTINGS_POPUPS}, 1118 {"siteSettingsCategoryPopups", IDS_SETTINGS_SITE_SETTINGS_POPUPS},
1119 {"siteSettingsSiteDetailsPageTitle",
1120 IDS_SETTINGS_SITE_SETTINGS_SITE_DETAILS},
1121 {"siteSettingsAllSites", IDS_SETTINGS_SITE_SETTINGS_ALL_SITES}, 1119 {"siteSettingsAllSites", IDS_SETTINGS_SITE_SETTINGS_ALL_SITES},
1122 {"siteSettingsAutomaticDownloads", 1120 {"siteSettingsAutomaticDownloads",
1123 IDS_SETTINGS_SITE_SETTINGS_AUTOMATIC_DOWNLOADS}, 1121 IDS_SETTINGS_SITE_SETTINGS_AUTOMATIC_DOWNLOADS},
1124 {"siteSettingsBackgroundSync", 1122 {"siteSettingsBackgroundSync",
1125 IDS_SETTINGS_SITE_SETTINGS_BACKGROUND_SYNC}, 1123 IDS_SETTINGS_SITE_SETTINGS_BACKGROUND_SYNC},
1126 {"siteSettingsCamera", IDS_SETTINGS_SITE_SETTINGS_CAMERA}, 1124 {"siteSettingsCamera", IDS_SETTINGS_SITE_SETTINGS_CAMERA},
1127 {"siteSettingsCookies", IDS_SETTINGS_SITE_SETTINGS_COOKIES}, 1125 {"siteSettingsCookies", IDS_SETTINGS_SITE_SETTINGS_COOKIES},
1128 {"siteSettingsHandlers", IDS_SETTINGS_SITE_SETTINGS_HANDLERS}, 1126 {"siteSettingsHandlers", IDS_SETTINGS_SITE_SETTINGS_HANDLERS},
1129 {"siteSettingsKeygen", IDS_SETTINGS_SITE_SETTINGS_KEYGEN}, 1127 {"siteSettingsKeygen", IDS_SETTINGS_SITE_SETTINGS_KEYGEN},
1130 {"siteSettingsLocation", IDS_SETTINGS_SITE_SETTINGS_LOCATION}, 1128 {"siteSettingsLocation", IDS_SETTINGS_SITE_SETTINGS_LOCATION},
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 #endif 1375 #endif
1378 AddUsersStrings(html_source); 1376 AddUsersStrings(html_source);
1379 AddWebContentStrings(html_source); 1377 AddWebContentStrings(html_source);
1380 1378
1381 policy_indicator::AddLocalizedStrings(html_source); 1379 policy_indicator::AddLocalizedStrings(html_source);
1382 1380
1383 html_source->SetJsonPath(kLocalizedStringsFile); 1381 html_source->SetJsonPath(kLocalizedStringsFile);
1384 } 1382 }
1385 1383
1386 } // namespace settings 1384 } // namespace settings
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_details_permission.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698