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_; |