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

Unified Diff: chrome/test/chromedriver/session_commands.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/session_commands.h
===================================================================
--- chrome/test/chromedriver/session_commands.h (revision 194587)
+++ chrome/test/chromedriver/session_commands.h (working copy)
@@ -159,4 +159,14 @@
const base::DictionaryValue& params,
scoped_ptr<base::Value>* value);
+Status ExecuteGetAvailableLogTypes(
+ Session* session,
+ const base::DictionaryValue& params,
+ scoped_ptr<base::Value>* value);
+
+Status ExecuteGetLog(
+ Session* session,
+ const base::DictionaryValue& params,
+ scoped_ptr<base::Value>* value);
+
#endif // CHROME_TEST_CHROMEDRIVER_SESSION_COMMANDS_H_

Powered by Google App Engine
This is Rietveld 408576698