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

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

Issue 2867023: Fix copy & paste error from http://codereview.chromium.org/2855009. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/crx_installer.cc
diff --git a/chrome/browser/extensions/crx_installer.cc b/chrome/browser/extensions/crx_installer.cc
index 61b67f8576308edface330acc3fe5c824f0bb0c4..e5c58513afc417e84f0f1cb712a9f35ebf12ab81 100644
--- a/chrome/browser/extensions/crx_installer.cc
+++ b/chrome/browser/extensions/crx_installer.cc
@@ -141,7 +141,7 @@ void CrxInstaller::OnUnpackSuccess(const FilePath& temp_dir,
if (extension->update_url() == GURL(extension_urls::kGalleryUpdateURL) &&
!StartsWithASCII(original_url_.spec(),
extension_urls::kGalleryDownloadPrefix, false)) {
- ReportFailureFromUIThread(l10n_util::GetStringFUTF8(
+ ReportFailureFromFileThread(l10n_util::GetStringFUTF8(
IDS_EXTENSION_DISALLOW_NON_DOWNLOADED_GALLERY_INSTALLS,
l10n_util::GetStringUTF16(IDS_EXTENSION_WEB_STORE_TITLE)));
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698