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

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

Issue 654713004: [chromedriver] Add support for all target types from DevToolsTargetImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | chrome/test/chromedriver/chrome/devtools_http_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/devtools_http_client.h
diff --git a/chrome/test/chromedriver/chrome/devtools_http_client.h b/chrome/test/chromedriver/chrome/devtools_http_client.h
index d0ee87beb9b9042e5a012763c072c22d6f057f21..ba8098bdd261241b54471b424ce7bf6964e3fa42 100644
--- a/chrome/test/chromedriver/chrome/devtools_http_client.h
+++ b/chrome/test/chromedriver/chrome/devtools_http_client.h
@@ -30,7 +30,9 @@ struct WebViewInfo {
kPage,
kWorker,
kWebView,
- kOther
+ kIFrame,
+ kOther,
+ kServiceWorker
};
WebViewInfo(const std::string& id,
@@ -100,8 +102,8 @@ class DevToolsHttpClient {
};
namespace internal {
-Status ParseWebViewsInfo(const std::string& data,
- WebViewsInfo* views_info);
+Status ParseWebViewsInfo(const std::string& data, WebViewsInfo* views_info);
+Status ParseType(const std::string& data, WebViewInfo::Type* type);
} // namespace internal
#endif // CHROME_TEST_CHROMEDRIVER_CHROME_DEVTOOLS_HTTP_CLIENT_H_
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/devtools_http_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698