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

Unified Diff: chrome/test/automation/automation_json_requests.h

Issue 10854026: Added webdriver support for App v2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « chrome/common/automation_id.h ('k') | chrome/test/automation/automation_json_requests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/automation_json_requests.h
diff --git a/chrome/test/automation/automation_json_requests.h b/chrome/test/automation/automation_json_requests.h
index 860fa61b512f3a93ce54485d3911d8cb86ac237e..4c171df6e5195d3948c579ceb771e75db4bdd6cb 100644
--- a/chrome/test/automation/automation_json_requests.h
+++ b/chrome/test/automation/automation_json_requests.h
@@ -91,6 +91,9 @@ class WebViewId {
// types.
bool old_style() const;
+ // Returns whether this ID refers to an App v2 view.
kkania 2012/08/07 19:57:44 This class should eventually be removed and replac
Danh Nguyen 2012/08/09 18:21:47 Done.
+ bool IsAppShell() const;
+
private:
// Whether this ID is an old-style integer tab ID.
bool old_style_;
« no previous file with comments | « chrome/common/automation_id.h ('k') | chrome/test/automation/automation_json_requests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698