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

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

Issue 23566018: [chromedriver] Remove Logger and just use base LOG. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 3 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_existing_impl.cc
diff --git a/chrome/test/chromedriver/chrome/chrome_existing_impl.cc b/chrome/test/chromedriver/chrome/chrome_existing_impl.cc
index 64ead8d67a45db53aee25c6d4f1d9e487bfa970b..120f2dfaaa916cc6e16e9899d27a363fc448ed96 100644
--- a/chrome/test/chromedriver/chrome/chrome_existing_impl.cc
+++ b/chrome/test/chromedriver/chrome/chrome_existing_impl.cc
@@ -8,9 +8,8 @@
ChromeExistingImpl::ChromeExistingImpl(
scoped_ptr<DevToolsHttpClient> client,
- ScopedVector<DevToolsEventListener>& devtools_event_listeners,
- Log* log)
- : ChromeImpl(client.Pass(), devtools_event_listeners, log) {}
+ ScopedVector<DevToolsEventListener>& devtools_event_listeners)
+ : ChromeImpl(client.Pass(), devtools_event_listeners) {}
ChromeExistingImpl::~ChromeExistingImpl() {}
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome_existing_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