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

Unified Diff: chrome/test/chromedriver/chrome_impl.h

Issue 12093057: [ChromeDriver] Send DOM.getDocument after each DOM.documentUpdated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: actually uploaded the files Created 7 years, 11 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/chromedriver/chrome_impl.h
diff --git a/chrome/test/chromedriver/chrome_impl.h b/chrome/test/chromedriver/chrome_impl.h
index 2b84767fac4e0d30dca8752c036887919545655e..67a75025cbefc0bd7512f0d507d24cb5a8cdea54 100644
--- a/chrome/test/chromedriver/chrome_impl.h
+++ b/chrome/test/chromedriver/chrome_impl.h
@@ -23,6 +23,7 @@ class Value;
}
class DevToolsClient;
+class DevToolsState;
class DomTracker;
class FrameTracker;
class NavigationTracker;
@@ -71,6 +72,7 @@ class ChromeImpl : public Chrome {
scoped_ptr<FrameTracker> frame_tracker_;
scoped_ptr<NavigationTracker> navigation_tracker_;
scoped_ptr<DevToolsClient> client_;
+ scoped_ptr<DevToolsState> client_state_;
};
namespace internal {

Powered by Google App Engine
This is Rietveld 408576698