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

Unified Diff: extensions/browser/updater/update_service.h

Issue 2133203002: [Extensions] Code cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update 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 | « extensions/browser/state_store.cc ('k') | extensions/browser/updater/update_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/updater/update_service.h
diff --git a/extensions/browser/updater/update_service.h b/extensions/browser/updater/update_service.h
index c4c4d77ca3dda1fa68bcedc1c7ee7fc0ede506b1..77af04643b6f767935fc042da22c8dfe8d219b55 100644
--- a/extensions/browser/updater/update_service.h
+++ b/extensions/browser/updater/update_service.h
@@ -48,7 +48,7 @@ class UpdateService : public KeyedService {
// updates available, they will be downloaded, checked for integrity,
// unpacked, and then passed off to the ExtensionSystem::InstallUpdate method
// for install completion.
- void StartUpdateCheck(std::vector<std::string> extension_ids);
+ void StartUpdateCheck(const std::vector<std::string>& extension_ids);
lazyboy 2016/07/08 20:56:20 Oops
private:
friend class UpdateServiceFactory;
« no previous file with comments | « extensions/browser/state_store.cc ('k') | extensions/browser/updater/update_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698