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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl.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/off_the_record_profile_impl.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
index 96564a65c136706d95e9ad534dd4a2a6387f495d..f16791a24d6aa0cfb5d80cfe2da2ef40e1fefff9 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -366,10 +366,6 @@ void OffTheRecordProfileImpl::InitPromoResources() {
NOTREACHED();
}
-void OffTheRecordProfileImpl::InitRegisteredProtocolHandlers() {
- NOTREACHED();
-}
-
FilePath OffTheRecordProfileImpl::last_selected_directory() {
const FilePath& directory = last_selected_directory_;
if (directory.empty()) {

Powered by Google App Engine
This is Rietveld 408576698