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

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

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/server.cc ('k') | chrome/test/webdriver/session_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/session_manager.h
diff --git a/chrome/test/webdriver/session_manager.h b/chrome/test/webdriver/session_manager.h
index 5f7ce395fed97292a4821191988a289733101146..5962ec7a7af339ca7bea4bd320088719ddcdfe36 100644
--- a/chrome/test/webdriver/session_manager.h
+++ b/chrome/test/webdriver/session_manager.h
@@ -38,9 +38,6 @@ class SessionManager {
void set_url_base(const std::string& url_base);
std::string url_base() const;
- void set_chrome_dir(const FilePath& chrome_dir);
- FilePath chrome_dir() const;
-
private:
SessionManager();
~SessionManager();
@@ -50,7 +47,6 @@ class SessionManager {
mutable base::Lock map_lock_;
std::string port_;
std::string url_base_;
- FilePath chrome_dir_;
DISALLOW_COPY_AND_ASSIGN(SessionManager);
};
« no previous file with comments | « chrome/test/webdriver/server.cc ('k') | chrome/test/webdriver/session_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698