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

Side by Side Diff: chrome/browser/extensions/api/developer_private/developer_private_api.cc

Issue 17320005: Update strings to match the final spec. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Null-check the signin manager for CrOS Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/managed_mode/managed_mode_interstitial.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/extensions/api/developer_private/developer_private_api. h" 5 #include "chrome/browser/extensions/api/developer_private/developer_private_api. h"
6 6
7 #include "apps/app_load_service.h" 7 #include "apps/app_load_service.h"
8 #include "apps/app_restore_service.h" 8 #include "apps/app_restore_service.h"
9 #include "apps/saved_files_service.h" 9 #include "apps/saved_files_service.h"
10 #include "base/base64.h" 10 #include "base/base64.h"
(...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 SET_STRING("extensionSettingsReloadUnpacked", IDS_EXTENSIONS_RELOAD_UNPACKED); 1100 SET_STRING("extensionSettingsReloadUnpacked", IDS_EXTENSIONS_RELOAD_UNPACKED);
1101 SET_STRING("extensionSettingsLaunch", IDS_EXTENSIONS_LAUNCH); 1101 SET_STRING("extensionSettingsLaunch", IDS_EXTENSIONS_LAUNCH);
1102 SET_STRING("extensionSettingsRestart", IDS_EXTENSIONS_RESTART); 1102 SET_STRING("extensionSettingsRestart", IDS_EXTENSIONS_RESTART);
1103 SET_STRING("extensionSettingsOptions", IDS_EXTENSIONS_OPTIONS_LINK); 1103 SET_STRING("extensionSettingsOptions", IDS_EXTENSIONS_OPTIONS_LINK);
1104 SET_STRING("extensionSettingsPermissions", IDS_EXTENSIONS_PERMISSIONS_LINK); 1104 SET_STRING("extensionSettingsPermissions", IDS_EXTENSIONS_PERMISSIONS_LINK);
1105 SET_STRING("extensionSettingsVisitWebsite", IDS_EXTENSIONS_VISIT_WEBSITE); 1105 SET_STRING("extensionSettingsVisitWebsite", IDS_EXTENSIONS_VISIT_WEBSITE);
1106 SET_STRING("extensionSettingsVisitWebStore", IDS_EXTENSIONS_VISIT_WEBSTORE); 1106 SET_STRING("extensionSettingsVisitWebStore", IDS_EXTENSIONS_VISIT_WEBSTORE);
1107 SET_STRING("extensionSettingsPolicyControlled", 1107 SET_STRING("extensionSettingsPolicyControlled",
1108 IDS_EXTENSIONS_POLICY_CONTROLLED); 1108 IDS_EXTENSIONS_POLICY_CONTROLLED);
1109 SET_STRING("extensionSettingsManagedMode", 1109 SET_STRING("extensionSettingsManagedMode",
1110 IDS_EXTENSIONS_LOCKED_MANAGED_MODE); 1110 IDS_EXTENSIONS_LOCKED_MANAGED_USER);
1111 SET_STRING("extensionSettingsShowButton", IDS_EXTENSIONS_SHOW_BUTTON); 1111 SET_STRING("extensionSettingsShowButton", IDS_EXTENSIONS_SHOW_BUTTON);
1112 SET_STRING("appsDevtoolLoadUnpackedButton", 1112 SET_STRING("appsDevtoolLoadUnpackedButton",
1113 IDS_APPS_DEVTOOL_LOAD_UNPACKED_BUTTON); 1113 IDS_APPS_DEVTOOL_LOAD_UNPACKED_BUTTON);
1114 SET_STRING("appsDevtoolPackButton", IDS_APPS_DEVTOOL_PACK_BUTTON); 1114 SET_STRING("appsDevtoolPackButton", IDS_APPS_DEVTOOL_PACK_BUTTON);
1115 SET_STRING("extensionSettingsCommandsLink", 1115 SET_STRING("extensionSettingsCommandsLink",
1116 IDS_EXTENSIONS_COMMANDS_CONFIGURE); 1116 IDS_EXTENSIONS_COMMANDS_CONFIGURE);
1117 SET_STRING("appsDevtoolUpdateButton", IDS_APPS_DEVTOOL_UPDATE_BUTTON); 1117 SET_STRING("appsDevtoolUpdateButton", IDS_APPS_DEVTOOL_UPDATE_BUTTON);
1118 SET_STRING("extensionSettingsWarningsTitle", IDS_EXTENSION_WARNINGS_TITLE); 1118 SET_STRING("extensionSettingsWarningsTitle", IDS_EXTENSION_WARNINGS_TITLE);
1119 SET_STRING("extensionSettingsShowDetails", IDS_EXTENSIONS_SHOW_DETAILS); 1119 SET_STRING("extensionSettingsShowDetails", IDS_EXTENSIONS_SHOW_DETAILS);
1120 SET_STRING("extensionSettingsHideDetails", IDS_EXTENSIONS_HIDE_DETAILS); 1120 SET_STRING("extensionSettingsHideDetails", IDS_EXTENSIONS_HIDE_DETAILS);
(...skipping 25 matching lines...) Expand all
1146 1146
1147 #undef SET_STRING 1147 #undef SET_STRING
1148 return true; 1148 return true;
1149 } 1149 }
1150 1150
1151 DeveloperPrivateGetStringsFunction::~DeveloperPrivateGetStringsFunction() {} 1151 DeveloperPrivateGetStringsFunction::~DeveloperPrivateGetStringsFunction() {}
1152 1152
1153 } // namespace api 1153 } // namespace api
1154 1154
1155 } // namespace extensions 1155 } // namespace extensions
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/managed_mode/managed_mode_interstitial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698