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

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

Issue 34773002: Adding an api to get number of event listeners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding some more files to the patch set. Created 7 years, 2 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/stub_web_view.cc
diff --git a/chrome/test/chromedriver/chrome/stub_web_view.cc b/chrome/test/chromedriver/chrome/stub_web_view.cc
index 3a914e51001634b9b917251b3f500ac331bf1677..05f0d296d00c036e77f1dcd85fbd864eb67339e1 100644
--- a/chrome/test/chromedriver/chrome/stub_web_view.cc
+++ b/chrome/test/chromedriver/chrome/stub_web_view.cc
@@ -127,3 +127,8 @@ Status StubWebView::SetFileInputFiles(
Status StubWebView::TakeHeapSnapshot(scoped_ptr<base::Value>* snapshot) {
return Status(kOk);
}
+
+Status StubWebView::GetEventListenersCount(int* count) {
+ return Status(kOk);
+}
+

Powered by Google App Engine
This is Rietveld 408576698