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

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

Issue 7612017: Integrates SET_ONLINE and APPCACHE_STATUS atoms. Other commands for BrowserConnection (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 4 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
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(

Powered by Google App Engine
This is Rietveld 408576698