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

Unified Diff: chrome/test/chromedriver/chrome/chrome_desktop_impl.cc

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_desktop_impl.cc
===================================================================
--- chrome/test/chromedriver/chrome/chrome_desktop_impl.cc (revision 194993)
+++ chrome/test/chromedriver/chrome/chrome_desktop_impl.cc (working copy)
@@ -20,10 +20,11 @@
scoped_ptr<DevToolsHttpClient> client,
const std::string& version,
int build_no,
+ const std::list<DevToolsEventLogger*>& devtools_event_loggers,
base::ProcessHandle process,
base::ScopedTempDir* user_data_dir,
base::ScopedTempDir* extension_dir)
- : ChromeImpl(client.Pass(), version, build_no),
+ : ChromeImpl(client.Pass(), version, build_no, devtools_event_loggers),
process_(process) {
if (user_data_dir->IsValid())
CHECK(user_data_dir_.Set(user_data_dir->Take()));
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome_desktop_impl.h ('k') | chrome/test/chromedriver/chrome/chrome_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698