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

Unified Diff: chrome/browser/component_updater/component_updater_service.h

Issue 55463002: Remove PNaCl's RequestFirstInstall, use resource throttle instead (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
Index: chrome/browser/component_updater/component_updater_service.h
diff --git a/chrome/browser/component_updater/component_updater_service.h b/chrome/browser/component_updater/component_updater_service.h
index a4df001d9af4c7547b7369bbaf622153c3289902..954373a16d233972b4f55c7b3a069855fbf31586 100644
--- a/chrome/browser/component_updater/component_updater_service.h
+++ b/chrome/browser/component_updater/component_updater_service.h
@@ -190,10 +190,7 @@ class ComponentUpdateService {
virtual ~ComponentUpdateService() {}
- // TODO(waffles): Remove PNaCl as a friend once an alternative on-demand
- // trigger is available.
friend class ComponentsUI;
- friend class PnaclComponentInstaller;
friend class OnDemandTester;
private:

Powered by Google App Engine
This is Rietveld 408576698