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

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

Issue 331943003: [ChromeDriver] Added CommandListener interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved PerformanceLogger to chromedriver/ Created 6 years, 6 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
« no previous file with comments | « chrome/test/chromedriver/session_unittest.cc ('k') | chrome/test/chromedriver/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/util.h
diff --git a/chrome/test/chromedriver/util.h b/chrome/test/chromedriver/util.h
index 2e618ed7ae442bc28920f97b0c0fa13d6e2de6bf..fccaa5c14b64242c5e882cd40ba7c4cb4975eede 100644
--- a/chrome/test/chromedriver/util.h
+++ b/chrome/test/chromedriver/util.h
@@ -7,6 +7,8 @@
#include <string>
+#include "chrome/test/chromedriver/session.h"
+
namespace base {
class FilePath;
class ListValue;
@@ -39,4 +41,8 @@ Status UnzipSoleFile(const base::FilePath& unzip_dir,
const std::string& bytes,
base::FilePath* file);
+// Calls BeforeCommand for each of session's CommandListeners
+void NotifySessionListenersBeforeCommand(Session* session,
+ const std::string& command_name);
+
#endif // CHROME_TEST_CHROMEDRIVER_UTIL_H_
« no previous file with comments | « chrome/test/chromedriver/session_unittest.cc ('k') | chrome/test/chromedriver/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698