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

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

Issue 2108833002: Remove Simplify Page option from Print Preview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark histogram entries as unused Created 4 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 d0193125dd566e63df9c7747c2371903f5d18401..6a994e7f9a8782a31b58dde3d202ce74ed04b961 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
@@ -166,7 +166,7 @@ void OffTheRecordProfileImpl::Init() {
// The DomDistillerViewerSource is not a normal WebUI so it must be registered
// as a URLDataSource early.
- RegisterDomDistillerViewerSource(this);
+ dom_distiller::RegisterViewerSource(this);
}
OffTheRecordProfileImpl::~OffTheRecordProfileImpl() {
« no previous file with comments | « chrome/browser/printing/print_preview_dialog_controller_unittest.cc ('k') | chrome/browser/profiles/profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698