| Index: content/shell/renderer/test_runner/WebTestDelegate.h
|
| diff --git a/content/shell/renderer/test_runner/WebTestDelegate.h b/content/shell/renderer/test_runner/WebTestDelegate.h
|
| index 8dbea5116e4206e701e7cfd904e486ed74f70d96..fa4ef3300bfeeff2d566841f2caa1168f3fb2bd2 100644
|
| --- a/content/shell/renderer/test_runner/WebTestDelegate.h
|
| +++ b/content/shell/renderer/test_runner/WebTestDelegate.h
|
| @@ -150,9 +150,9 @@ public:
|
| // Returns true if resource requests to external URLs should be permitted.
|
| virtual bool allowExternalPages() = 0;
|
|
|
| - // Returns the back/forward history for the WebView associated with the
|
| - // given WebTestProxyBase as well as the index of the current entry.
|
| - virtual void captureHistoryForWindow(content::WebTestProxyBase*, blink::WebVector<blink::WebHistoryItem>*, size_t* currentEntryIndex) = 0;
|
| + // Returns a text dump the back/forward history for the WebView associated
|
| + // with the given WebTestProxyBase.
|
| + virtual std::string dumpHistoryForWindow(content::WebTestProxyBase*) = 0;
|
| };
|
|
|
| }
|
|
|