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

Unified Diff: chrome/test/pyautolib/pyautolib.h

Issue 10703040: Revert 144610 (speculative; possibly caused http://crbug.com/135059) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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
« no previous file with comments | « chrome/test/functional/test_pyauto.py ('k') | chrome/test/pyautolib/pyautolib.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyautolib.h
===================================================================
--- chrome/test/pyautolib/pyautolib.h (revision 144867)
+++ chrome/test/pyautolib/pyautolib.h (working copy)
@@ -12,7 +12,6 @@
#include "base/compiler_specific.h"
#include "base/message_loop.h"
#include "base/test/test_timeouts.h"
-#include "base/time.h"
#include "chrome/test/ui/ui_test.h"
#include "chrome/test/ui/ui_test_suite.h"
@@ -212,16 +211,6 @@
virtual void SetLaunchSwitches() OVERRIDE;
private:
- // Create JSON error responses.
- void ErrorResponse(const std::string& error_string,
- const std::string& request,
- std::string* response);
- void RequestFailureResponse(
- const std::string& request,
- const base::TimeDelta& duration,
- const base::TimeDelta& timeout,
- std::string* response);
-
// Gets the current state of the bookmark bar. Returns false if it failed.
bool GetBookmarkBarState(bool* visible, bool* detached, int window_index = 0);
« no previous file with comments | « chrome/test/functional/test_pyauto.py ('k') | chrome/test/pyautolib/pyautolib.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698