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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 10546083: Convert ProtocolHandlerRegistry to be a ProfileKeyedService. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Respond to review comments. Fit and finish. Created 8 years, 6 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/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index 6881c225d4b07596013457c40d031c35e88d97bf..0f01da58eeab0d88f99fe169e61b51782cea9b2c 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -143,7 +143,7 @@ class ProtocolHandlerRegistryInterceptor
}
private:
- const scoped_refptr<ProtocolHandlerRegistry> protocol_handler_registry_;
+ const ProtocolHandlerRegistry* protocol_handler_registry_;
DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistryInterceptor);
};

Powered by Google App Engine
This is Rietveld 408576698