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

Unified Diff: chrome/common/url_constants.cc

Issue 22577010: Printing: Add a basic printing mode without print preview and cloud print. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index e005bea4bedd22b383d61adf9d6d6823155da0b8..e99f48b8be2ab5751b6ab0bdfb27e03adca575f8 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -584,7 +584,7 @@ const char* const kChromeHostURLs[] = {
#if defined(ENABLE_EXTENSIONS)
kChromeUIExtensionsHost,
#endif
-#if defined(ENABLE_PRINTING)
+#if defined(ENABLE_FULL_PRINTING)
kChromeUIPrintHost,
#endif
content::kChromeUIAccessibilityHost,

Powered by Google App Engine
This is Rietveld 408576698