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

Unified Diff: chrome/test/webdriver/session_manager.cc

Issue 6992015: Fix minor issues in ChromeDriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 9 years, 7 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/webdriver/session_manager.h ('k') | chrome/test/webdriver/webdriver_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/session_manager.cc
diff --git a/chrome/test/webdriver/session_manager.cc b/chrome/test/webdriver/session_manager.cc
index f37611bb3cef74d00b005a7b3582e02ce110ddf3..93097ee6c68c8cdb360269599bfbf06804904955 100644
--- a/chrome/test/webdriver/session_manager.cc
+++ b/chrome/test/webdriver/session_manager.cc
@@ -77,14 +77,6 @@ std::string SessionManager::url_base() const {
return url_base_;
}
-void SessionManager::set_chrome_dir(const FilePath& chrome_dir) {
- chrome_dir_ = chrome_dir;
-}
-
-FilePath SessionManager::chrome_dir() const {
- return chrome_dir_;
-}
-
SessionManager::SessionManager() : port_(""), url_base_("") {}
SessionManager::~SessionManager() {}
« no previous file with comments | « chrome/test/webdriver/session_manager.h ('k') | chrome/test/webdriver/webdriver_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698