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

Unified Diff: components/test_runner/test_runner.h

Issue 1973133002: ✀ Remove postMessage plumbing for swappedout:// ✀ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build 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 a22a5dbc2efe6ec867598f6692843633e4349b31..3afc56b6d1ea92cb0fa707733014b9a76da0ef9e 100644
--- a/components/test_runner/test_runner.h
+++ b/components/test_runner/test_runner.h
@@ -150,7 +150,6 @@ class TestRunner : public WebTestRunner {
bool policyDelegateEnabled() const;
bool policyDelegateIsPermissive() const;
bool policyDelegateShouldNotifyDone() const;
- bool shouldInterceptPostMessage() const;
bool shouldDumpResourcePriorities() const;
void setToolTipText(const blink::WebString&);
void setDragImage(const blink::WebImage& drag_image);

Powered by Google App Engine
This is Rietveld 408576698