| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 838e7bb93c638ca2d0208688046c9959cd3e8fc6..f9b18854577fac853c571a3f9753e6c8d83d88ea 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1335,7 +1335,7 @@ const char kWaitForMutex[] = "wait-for-mutex";
|
| const char kWindows8Search[] = "windows8-search";
|
| #endif
|
|
|
| -#if defined(ENABLE_FULL_PRINTING) && !defined(OFFICIAL_BUILD)
|
| +#if defined(ENABLE_PRINT_PREVIEW) && !defined(OFFICIAL_BUILD)
|
| // Enables support to debug printing subsystem.
|
| const char kDebugPrint[] = "debug-print";
|
| #endif
|
|
|