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

Unified Diff: chrome/test/webdriver/webdriver_session.h

Issue 9086002: base::Bind: Remove Task. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 12 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: chrome/test/webdriver/webdriver_session.h
diff --git a/chrome/test/webdriver/webdriver_session.h b/chrome/test/webdriver/webdriver_session.h
index 6fb7cee8b54e4c691a327d2cbf0df4101426aace..28d422aadb8b76d861b20aec26cb10217f1f7940 100644
--- a/chrome/test/webdriver/webdriver_session.h
+++ b/chrome/test/webdriver/webdriver_session.h
@@ -350,10 +350,6 @@ class Session {
Error* GetAppCacheStatus(int* status);
private:
- void RunSessionTask(Task* task);
- void RunSessionTaskOnSessionThread(
- Task* task,
- base::WaitableEvent* done_event);
void RunSessionTask(const base::Closure& task);
void RunClosureOnSessionThread(
const base::Closure& task,

Powered by Google App Engine
This is Rietveld 408576698