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

Unified Diff: chrome/browser/net/chrome_network_delegate.h

Issue 63933003: Moved ExtensionInfoMap and ExtensionsQuotaService to extensions/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment fix 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
« no previous file with comments | « chrome/browser/nacl_host/nacl_process_host.h ('k') | chrome/browser/net/chrome_network_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/chrome_network_delegate.h
diff --git a/chrome/browser/net/chrome_network_delegate.h b/chrome/browser/net/chrome_network_delegate.h
index 469d0b61913b41d2f67e070c5487abfc91183c61..2aa2c45a889913deb72e22fb26dd582379d4a36a 100644
--- a/chrome/browser/net/chrome_network_delegate.h
+++ b/chrome/browser/net/chrome_network_delegate.h
@@ -17,7 +17,6 @@
class ClientHints;
class CookieSettings;
-class ExtensionInfoMap;
class PrefService;
template<class T> class PrefMember;
@@ -35,6 +34,7 @@ class Predictor;
namespace extensions {
class EventRouterForwarder;
+class InfoMap;
}
namespace net {
@@ -58,7 +58,7 @@ class ChromeNetworkDelegate : public net::NetworkDelegate {
// Not inlined because we assign a scoped_refptr, which requires us to include
// the header file.
- void set_extension_info_map(ExtensionInfoMap* extension_info_map);
+ void set_extension_info_map(extensions::InfoMap* extension_info_map);
void set_url_blacklist_manager(
const policy::URLBlacklistManager* url_blacklist_manager) {
@@ -188,7 +188,7 @@ class ChromeNetworkDelegate : public net::NetworkDelegate {
base::FilePath profile_path_;
scoped_refptr<CookieSettings> cookie_settings_;
- scoped_refptr<ExtensionInfoMap> extension_info_map_;
+ scoped_refptr<extensions::InfoMap> extension_info_map_;
scoped_ptr<chrome_browser_net::ConnectInterceptor> connect_interceptor_;
« no previous file with comments | « chrome/browser/nacl_host/nacl_process_host.h ('k') | chrome/browser/net/chrome_network_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698