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

Unified Diff: chrome/browser/download/download_commands.cc

Issue 2871303004: Rename TaskRunner::RunsTasksOnCurrentThread() in //chrome (Closed)
Patch Set: fixed build error Created 3 years, 7 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
Index: chrome/browser/download/download_commands.cc
diff --git a/chrome/browser/download/download_commands.cc b/chrome/browser/download/download_commands.cc
index a13139ac6a217221a98e8eccc5b8fbcd100df427..23fc29385a7a4000e31630e62ddab071b8189c08 100644
--- a/chrome/browser/download/download_commands.cc
+++ b/chrome/browser/download/download_commands.cc
@@ -66,7 +66,7 @@ class ImageClipboardCopyManager : public ImageDecoder::ImageRequest {
void StartDecoding() {
DCHECK(content::BrowserThread::GetBlockingPool()->
- RunsTasksOnCurrentThread());
+ RunsTasksInCurrentSequence());
// Re-check the filesize since the file may be modified after downloaded.
int64_t filesize;
« no previous file with comments | « chrome/browser/conflicts/module_database_win.cc ('k') | chrome/browser/extensions/api/storage/managed_value_store_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698