Index: components/test_runner/test_runner.h |
diff --git a/components/test_runner/test_runner.h b/components/test_runner/test_runner.h |
index 11ac5a0d8665dffd6a4fc98d57bb1d611c9349fa..ebb22b4408b8f206094bc1caabc905c40b07f50a 100644 |
--- a/components/test_runner/test_runner.h |
+++ b/components/test_runner/test_runner.h |
@@ -135,7 +135,9 @@ class TestRunner : public WebTestRunner { |
bool shouldDumpSpellCheckCallbacks() const; |
bool shouldWaitUntilExternalURLLoad() const; |
const std::set<std::string>* httpHeadersToClear() const; |
- void setTopLoadingFrame(blink::WebFrame*, bool); |
+ bool isFramePartOfMainTestWindow(blink::WebFrame*) const; |
+ void tryToSetTopLoadingFrame(blink::WebFrame*); |
jochen (gone - plz use gerrit)
2016/04/27 11:59:08
should this and the next return a bool whether it
Łukasz Anforowicz
2016/04/27 17:06:53
Done (+ added comments explaining this and other a
|
+ void tryToClearTopLoadingFrame(blink::WebFrame*); |
blink::WebFrame* topLoadingFrame() const; |
void policyDelegateDone(); |
bool policyDelegateEnabled() const; |