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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 510313002: Extensions-related fixups for scoped_refptr conversion operator removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 30e041e14afd7a819713ee8fc476c2eb716abec7..b31157b118041e83cd102565694ca8974f8eff89 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -335,7 +335,8 @@ class ExtensionService
void DidCreateRenderViewForBackgroundPage(extensions::ExtensionHost* host);
// Changes sequenced task runner for crx installation tasks to |task_runner|.
- void SetFileTaskRunnerForTesting(base::SequencedTaskRunner* task_runner);
+ void SetFileTaskRunnerForTesting(
+ const scoped_refptr<base::SequencedTaskRunner>& task_runner);
// Postpone installations so that we don't have to worry about race
// conditions.
« no previous file with comments | « chrome/browser/extensions/extension_install_checker.h ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698