| Index: chrome/test/testing_browser_process.h
|
| ===================================================================
|
| --- chrome/test/testing_browser_process.h (revision 45984)
|
| +++ chrome/test/testing_browser_process.h (working copy)
|
| @@ -149,9 +149,9 @@
|
|
|
| virtual void CheckForInspectorFiles() {}
|
|
|
| -#if defined(OS_WIN)
|
| +#if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(OS_CHROMEOS)
|
| virtual void StartAutoupdateTimer() {}
|
| -#endif // OS_WIN
|
| +#endif
|
|
|
| virtual bool have_inspector_files() const { return true; }
|
| #if defined(IPC_MESSAGE_LOG_ENABLED)
|
|
|