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

Unified Diff: chrome/browser/profiles/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/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 2fffbe8d87c2d5e07bfa06929ae6e6005a233368..c80ec425d59a4e8c6d12333b787841c88c35adbc 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -638,7 +638,7 @@ void ProfileImpl::DoFinalInit() {
// The DomDistillerViewerSource is not a normal WebUI so it must be registered
// as a URLDataSource early.
- RegisterDomDistillerViewerSource(this);
+ dom_distiller::RegisterViewerSource(this);
#if defined(OS_CHROMEOS)
if (chromeos::UserSessionManager::GetInstance()

Powered by Google App Engine
This is Rietveld 408576698