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 21:57:48
Can we have both args - for those that have alread
Lei Zhang
2011/08/16 22:17:04
Done.
|
-#else |
extern const char kEnablePrintPreview[]; |
-#endif |
bool IsPrintPreviewEnabled(); |