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

Unified Diff: chrome/browser/android/chrome_jni_registrar.cc

Issue 702603004: Renamed DISABLE_BASIC_PRINTING and ENABLE_FULL_PRINTING. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 02:31:54 PST 2014 Created 6 years, 1 month 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/android/chrome_jni_registrar.cc
diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
index 921c1139e80704542399616aaa65ff6de155ff70..177389a1ae3981a2cfe8cb5b0ffc105ace1af5b5 100644
--- a/chrome/browser/android/chrome_jni_registrar.cc
+++ b/chrome/browser/android/chrome_jni_registrar.cc
@@ -83,7 +83,7 @@
#include "components/variations/android/component_jni_registrar.h"
#include "components/web_contents_delegate_android/component_jni_registrar.h"
-#if defined(ENABLE_PRINTING) && !defined(ENABLE_FULL_PRINTING)
+#if defined(ENABLE_PRINTING) && !defined(ENABLE_PRINT_PREVIEW)
#include "printing/printing_context_android.h"
#endif
@@ -197,7 +197,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
{ "WebsiteSettingsPopupLegacyAndroid",
WebsiteSettingsPopupLegacyAndroid::
RegisterWebsiteSettingsPopupLegacyAndroid },
-#if defined(ENABLE_PRINTING) && !defined(ENABLE_FULL_PRINTING)
+#if defined(ENABLE_PRINTING) && !defined(ENABLE_PRINT_PREVIEW)
{ "PrintingContext",
printing::PrintingContextAndroid::RegisterPrintingContext},
#endif

Powered by Google App Engine
This is Rietveld 408576698