| Index: chrome/test/webdriver/session_manager.h
|
| diff --git a/chrome/test/webdriver/session_manager.h b/chrome/test/webdriver/session_manager.h
|
| index 1096d83e7324e0691e4a6cac40a294f5f120c4e6..5742e3a891a11fedd7a0e0b266923f768da11560 100644
|
| --- a/chrome/test/webdriver/session_manager.h
|
| +++ b/chrome/test/webdriver/session_manager.h
|
| @@ -26,8 +26,8 @@ class SessionManager {
|
|
|
| std::string GetAddress();
|
|
|
| - Session* Create();
|
| - bool Delete(const std::string& id);
|
| + void Add(Session* session);
|
| + bool Remove(const std::string& id);
|
| bool Has(const std::string& id) const;
|
|
|
| Session* GetSession(const std::string& id) const;
|
|
|