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

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

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.h
diff --git a/chrome/test/chromedriver/chrome/chrome_existing_impl.h b/chrome/test/chromedriver/chrome/chrome_existing_impl.h
index 4362dfe819eab3ea6008075d38c091afd4d2b121..218f3363dc5b7950e22f9bfc6a80fd2a8703e72d 100644
--- a/chrome/test/chromedriver/chrome/chrome_existing_impl.h
+++ b/chrome/test/chromedriver/chrome/chrome_existing_impl.h
@@ -17,8 +17,7 @@ class ChromeExistingImpl : public ChromeImpl {
public:
ChromeExistingImpl(
scoped_ptr<DevToolsHttpClient> client,
- ScopedVector<DevToolsEventListener>& devtools_event_listeners,
- Log* log);
+ ScopedVector<DevToolsEventListener>& devtools_event_listeners);
virtual ~ChromeExistingImpl();
// Overridden from Chrome.
« no previous file with comments | « chrome/test/chromedriver/chrome/chrome_desktop_impl.cc ('k') | chrome/test/chromedriver/chrome/chrome_existing_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698