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

Unified Diff: chrome/browser/dom_distiller/profile_utils.h

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
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/dom_distiller/profile_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/dom_distiller/profile_utils.h
diff --git a/chrome/browser/dom_distiller/profile_utils.h b/chrome/browser/dom_distiller/profile_utils.h
index 8d6e2953346191d5d25a1fea0a8149bdd1a755d0..d0d8e868b6dcf80856cd4fa4bbe9a89987a20049 100644
--- a/chrome/browser/dom_distiller/profile_utils.h
+++ b/chrome/browser/dom_distiller/profile_utils.h
@@ -7,8 +7,12 @@
#include "chrome/browser/profiles/profile.h"
+namespace dom_distiller {
+
// Setup URLDataSource for the chrome-distiller:// scheme for the given
// |profile|.
-void RegisterDomDistillerViewerSource(Profile* profile);
+void RegisterViewerSource(Profile* profile);
+
+} // namespace dom_distiller
#endif // CHROME_BROWSER_DOM_DISTILLER_PROFILE_UTILS_H_
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/dom_distiller/profile_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698