diff options
Diffstat (limited to 'chrome/test/webdriver/webdriver_session.h')
| -rw-r--r-- | chrome/test/webdriver/webdriver_session.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/webdriver/webdriver_session.h b/chrome/test/webdriver/webdriver_session.h index 30c5cd3..ff53cca 100644 --- a/chrome/test/webdriver/webdriver_session.h +++ b/chrome/test/webdriver/webdriver_session.h @@ -367,6 +367,12 @@ class Session { // no errors, the function sets |value| and the caller takes ownership. Error* GetStorageKeys(StorageType type, base::ListValue** keys); + // Gets the current geolocation. + Error* GetGeolocation(scoped_ptr<base::DictionaryValue>* geolocation); + + // Overrides the current geolocation. + Error* OverrideGeolocation(base::DictionaryValue* geolocation); + const std::string& id() const; const FrameId& current_target() const; |
