Index: chrome/common/chrome_switches.h |
=================================================================== |
--- chrome/common/chrome_switches.h (revision 97007) |
+++ chrome/common/chrome_switches.h (working copy) |
@@ -347,11 +347,7 @@ |
extern const char kTouchDevices[]; |
#endif |
-#if defined(GOOGLE_CHROME_BUILD) && !defined(OS_CHROMEOS) && !defined(OS_MACOSX) |
-extern const char kDisablePrintPreview[]; |
vandebo (ex-Chrome)
2011/08/16 22:38:39
Do we need this for disable to work?
Lei Zhang
2011/08/16 23:36:30
We do.
|
-#else |
extern const char kEnablePrintPreview[]; |
-#endif |
bool IsPrintPreviewEnabled(); |