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

Unified Diff: chrome/browser/extensions/extension_disabled_ui.cc

Issue 2123653007: Removing redundant string from remote installation permission dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_disabled_ui.cc
diff --git a/chrome/browser/extensions/extension_disabled_ui.cc b/chrome/browser/extensions/extension_disabled_ui.cc
index 7497f9cc0722a0c797f3125a911e9602673707c1..df3e03b291782730d04c94b0860cca8c5066503f 100644
--- a/chrome/browser/extensions/extension_disabled_ui.cc
+++ b/chrome/browser/extensions/extension_disabled_ui.cc
@@ -297,11 +297,6 @@ ExtensionDisabledGlobalError::GetBubbleViewMessages() {
PermissionMessages permission_warnings =
extension_->permissions_data()->GetPermissionMessages();
if (is_remote_install_) {
- messages.push_back(l10n_util::GetStringFUTF16(
- extension_->is_app()
- ? IDS_APP_DISABLED_REMOTE_INSTALL_ERROR_LABEL
- : IDS_EXTENSION_DISABLED_REMOTE_INSTALL_ERROR_LABEL,
- base::UTF8ToUTF16(extension_->name())));
if (!permission_warnings.empty())
messages.push_back(
l10n_util::GetStringUTF16(IDS_EXTENSION_PROMPT_WILL_HAVE_ACCESS_TO));
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698