| Index: trunk/src/chrome/common/chrome_switches.h
|
| ===================================================================
|
| --- trunk/src/chrome/common/chrome_switches.h (revision 272619)
|
| +++ trunk/src/chrome/common/chrome_switches.h (working copy)
|
| @@ -100,7 +100,6 @@
|
| extern const char kDisablePopupBlocking[];
|
| extern const char kDisablePreconnect[];
|
| extern const char kDisablePrerenderLocalPredictor[];
|
| -extern const char kDisablePrintPreview[];
|
| extern const char kDisablePromptOnRepost[];
|
| extern const char kDisableQuic[];
|
| extern const char kDisableQuicHttps[];
|
| @@ -408,6 +407,12 @@
|
| extern const char kFileManagerExtensionPath[];
|
| #endif
|
|
|
| +#if defined(GOOGLE_CHROME_BUILD)
|
| +extern const char kDisablePrintPreview[];
|
| +#else
|
| +extern const char kEnablePrintPreview[];
|
| +#endif
|
| +
|
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
|
| // alphabetical order, or in one of the ifdefs (also in order in each section).
|
|
|
|
|