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

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: Reduce differences between orig and updated test. Trying to figure out why tests fail on try server… 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 f1248400cd1dbf20c3ab96b0ffcf35eb68cb4273..c49b6521cbfc3094f0734ad35a1e46768ff5233a 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -362,10 +362,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