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

Unified Diff: chrome/browser/browser_about_handler.cc

Issue 10540033: Add ENABLE_PRINTING and disable it on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_about_handler.cc
diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
index ecb8f2c7922f9c4d51ae8846f42e04075dbda2b1..dc566e0c13b8b082a5f87ea1fbe5020036f5f8c1 100644
--- a/chrome/browser/browser_about_handler.cc
+++ b/chrome/browser/browser_about_handler.cc
@@ -46,7 +46,9 @@ const char* const kChromePaths[] = {
chrome::kChromeUIPluginsHost,
chrome::kChromeUIPolicyHost,
chrome::kChromeUIPredictorsHost,
+#if defined(ENABLE_PRINTING)
sky 2012/06/06 20:51:58 Move this to to the bottom with the rest of the co
Xianzhu 2012/06/06 20:57:01 Done.
chrome::kChromeUIPrintHost,
+#endif
chrome::kChromeUIProfilerHost,
chrome::kChromeUIQuotaInternalsHost,
chrome::kChromeUISessionsHost,
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/browser_process_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698