| Index: webkit/tools/test_shell/test_shell.h
|
| diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h
|
| index dd0dc2eeea3dfe430edd1ba58a7d2e75be1de26a..12227a0a10a9d3446daf89cb4abb6fc591c40068 100644
|
| --- a/webkit/tools/test_shell/test_shell.h
|
| +++ b/webkit/tools/test_shell/test_shell.h
|
| @@ -370,8 +370,13 @@ private:
|
| static HINSTANCE instance_handle_;
|
| #endif
|
|
|
| - // True when the app is being run using the --layout-tests switch.
|
| + // True if developer extras should be enabled.
|
| + static bool developer_extras_enabled_;
|
| +
|
| + // Whether DevTools should be open before loading the page.
|
| static bool inspector_test_mode_;
|
| +
|
| + // True when the app is being run using the --layout-tests switch.
|
| static bool layout_test_mode_;
|
|
|
| // Default timeout in ms for file page loads when in layout test mode.
|
|
|