| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index e7963b67669913d3df07e3bdf83f92767d153357..33cd8fabe60a70657c471d1f6343dc55415417e8 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -408,6 +408,8 @@ bool PowerOverlayEnabled();
|
| bool NewTaskManagerEnabled();
|
| #endif // defined(ENABLE_TASK_MANAGER)
|
|
|
| +extern const char kNoUADependentBackground[];
|
| +
|
| // 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).
|
|
|
|
|