Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1285)

Unified Diff: content/shell/renderer/webkit_test_runner.h

Issue 246163006: Move history serialization from contet/public/renderer/ to content/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/renderer/webkit_test_runner.h
diff --git a/content/shell/renderer/webkit_test_runner.h b/content/shell/renderer/webkit_test_runner.h
index aceb56b32be6fe9bd51f27e2910dc1a36ace7cc3..a5ef240af9b94e9cf685501db85833e027352199 100644
--- a/content/shell/renderer/webkit_test_runner.h
+++ b/content/shell/renderer/webkit_test_runner.h
@@ -107,10 +107,7 @@ class WebKitTestRunner : public RenderViewObserver,
virtual void loadURLForFrame(const blink::WebURL& url,
const std::string& frame_name) OVERRIDE;
virtual bool allowExternalPages() OVERRIDE;
- virtual void captureHistoryForWindow(
- WebTestProxyBase* proxy,
- blink::WebVector<blink::WebHistoryItem>* history,
- size_t* currentEntryIndex) OVERRIDE;
+ virtual std::string dumpHistoryForWindow(WebTestProxyBase* proxy) OVERRIDE;
void Reset();

Powered by Google App Engine
This is Rietveld 408576698