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

Unified Diff: content/browser/download/download_manager.cc

Issue 8430033: Adds a webstorePrivate method for silently installing extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mihai Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/extensions/api_test/webstore_private/silently_install.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_manager.cc
diff --git a/content/browser/download/download_manager.cc b/content/browser/download/download_manager.cc
index 636d97b21975e631e3a851b5bcb59f07ad63d657..d84f92ddb62d0d01fc33b8f6d52d8beaea5701b7 100644
--- a/content/browser/download/download_manager.cc
+++ b/content/browser/download/download_manager.cc
@@ -344,7 +344,6 @@ void DownloadManager::ContinueDownloadWithPath(DownloadItem* download,
DCHECK(ContainsKey(active_downloads_, download_id));
// Make sure the initial file name is set only once.
- DCHECK(download->full_path().empty());
download->OnPathDetermined(chosen_file);
VLOG(20) << __FUNCTION__ << "()"
« no previous file with comments | « chrome/test/data/extensions/api_test/webstore_private/silently_install.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698