diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-07 19:11:07 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-07 19:11:07 +0000 |
commit | 97096b165dccb3dbbbdb388a99b93c04a17ad98d (patch) | |
tree | 3154d4cd1ae648c66229b524b14d4dbfbee1b5e7 /webkit/glue/webkit_glue.h | |
parent | a349f6844cb7069d64cbb2883160f5ff035d9c59 (diff) | |
download | chromium_src-97096b165dccb3dbbbdb388a99b93c04a17ad98d.zip chromium_src-97096b165dccb3dbbbdb388a99b93c04a17ad98d.tar.gz chromium_src-97096b165dccb3dbbbdb388a99b93c04a17ad98d.tar.bz2 |
Remove some more DRT features from test_shell.
Specifically, remove the ability to run tests from the
command line and remove a bunch of methods that dump state.
Review URL: http://codereview.chromium.org/6334096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue.h')
-rw-r--r-- | webkit/glue/webkit_glue.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h index c138c28..5df2aea 100644 --- a/webkit/glue/webkit_glue.h +++ b/webkit/glue/webkit_glue.h @@ -90,9 +90,6 @@ string16 DumpFrameScrollPosition(WebKit::WebFrame* web_frame, bool recursive); string16 DumpHistoryState(const std::string& history_state, int indent, bool is_current); -// Cleans up state left over from the previous test run. -void ResetBeforeTestRun(WebKit::WebView* view); - // Returns the WebKit version (major.minor). std::string GetWebKitVersion(); |