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

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

Issue 14263024: Logging API in chromedriver2. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 8 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/chrome_android_impl.h
===================================================================
--- chrome/test/chromedriver/chrome/chrome_android_impl.h (revision 194587)
+++ chrome/test/chromedriver/chrome/chrome_android_impl.h (working copy)
@@ -15,9 +15,11 @@
class ChromeAndroidImpl : public ChromeImpl {
public:
- ChromeAndroidImpl(scoped_ptr<DevToolsHttpClient> client,
- const std::string& version,
- int build_no);
+ ChromeAndroidImpl(
+ scoped_ptr<DevToolsHttpClient> client,
+ const std::string& version,
+ int build_no,
+ const std::list<DevToolsEventLogger*>& devtools_event_loggers);
virtual ~ChromeAndroidImpl();
// Overridden from Chrome:

Powered by Google App Engine
This is Rietveld 408576698