| Index: chrome/test/webdriver/session.h
|
| ===================================================================
|
| --- chrome/test/webdriver/session.h (revision 96198)
|
| +++ chrome/test/webdriver/session.h (working copy)
|
| @@ -304,6 +304,12 @@
|
|
|
| const gfx::Point& get_mouse_position() const;
|
|
|
| + // Gets the browser connection state.
|
| + Error* GetBrowserConnectionState(bool* online);
|
| +
|
| + // Gets the status of the application cache.
|
| + Error* GetAppCacheStatus(int* status);
|
| +
|
| private:
|
| void RunSessionTask(Task* task);
|
| void RunSessionTaskOnSessionThread(
|
|
|