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

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

Issue 761963007: [chromedriver] Change browser info parser to support Lollipop WebView apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make visual c++ happy Created 6 years 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/browser_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/chrome/browser_info.h
diff --git a/chrome/test/chromedriver/chrome/browser_info.h b/chrome/test/chromedriver/chrome/browser_info.h
index e6f161b36a1f704f21f364cff36e8562a0585ef7..78eb7db813ec69b4ae60a8d0441cba42438914a4 100644
--- a/chrome/test/chromedriver/chrome/browser_info.h
+++ b/chrome/test/chromedriver/chrome/browser_info.h
@@ -31,10 +31,9 @@ struct BrowserInfo {
Status ParseBrowserInfo(const std::string& data,
BrowserInfo* browser_info);
-Status ParseBrowserString(const std::string& browser_string,
- std::string* browser_name,
- std::string* browser_version,
- int* build_no);
+Status ParseBrowserString(bool is_android,
+ const std::string& browser_string,
+ BrowserInfo* browser_info);
Status ParseBlinkVersionString(const std::string& blink_version,
int* blink_revision);
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/browser_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698