| Index: content/shell/webkit_test_runner.h
|
| diff --git a/content/shell/webkit_test_runner.h b/content/shell/webkit_test_runner.h
|
| index aa2f5d14d939dfe9207e3136b8b741a9c2d5884a..0023ec47e1b9f4e76cc5990706fdf413d7ee515a 100644
|
| --- a/content/shell/webkit_test_runner.h
|
| +++ b/content/shell/webkit_test_runner.h
|
| @@ -114,6 +114,7 @@ class WebKitTestRunner : public RenderViewObserver,
|
| const std::vector<std::vector<std::string> >& session_histories,
|
| const std::vector<unsigned>& current_entry_indexes);
|
| void OnReset();
|
| + void OnNotifyDone();
|
|
|
| // After finishing the test, retrieves the audio, text, and pixel dumps from
|
| // the TestRunner library and sends them to the browser process.
|
|
|