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

Unified Diff: components/test_runner/test_runner.h

Issue 1989103007: Test for form submission targeting remote frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test comments + cleaning up the code a bit. Created 4 years, 7 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: components/test_runner/test_runner.h
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h
index 91d88b6ddd321e3631c945fbd3ae068cbbcdc54c..c0b8825df108d6ff08395820b61137ca2e65ac85 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -531,7 +531,6 @@ class TestRunner : public WebTestRunner {
bool IsFramePartOfMainTestWindow(blink::WebFrame*) const;
void CheckResponseMimeType();
- void CompleteNotifyDone();
// In the Mac code, this is called to trigger the end of a test after the
// page has finished loading. From here, we can generate the dump for the

Powered by Google App Engine
This is Rietveld 408576698