| Index: content/shell/webkit_test_controller.h
|
| diff --git a/content/shell/webkit_test_controller.h b/content/shell/webkit_test_controller.h
|
| index 54f77ddcc984ccd6cdf757c0e6095d17b852009d..5452c80f2e63715858c936f863ba3a825bfdb1d8 100644
|
| --- a/content/shell/webkit_test_controller.h
|
| +++ b/content/shell/webkit_test_controller.h
|
| @@ -146,6 +146,8 @@ class WebKitTestController : public base::NonThreadSafe,
|
| bool is_printing_;
|
| bool should_stay_on_page_after_handling_before_unload_;
|
| bool wait_until_done_;
|
| + bool did_finish_load_;
|
| +
|
| // TODO(jochen): Once we remove layout tests from content_browsertests, make
|
| // this a member instead of a scoped_ptr.
|
| scoped_ptr<ShellWebPreferences> prefs_;
|
|
|