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

Unified Diff: content/shell/browser/layout_test/blink_test_controller.h

Issue 2940863005: Move loading methods from WebFrame to WebLocalFrame. (Closed)
Patch Set: Fixing build problems introduced by rebasing... Created 3 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
Index: content/shell/browser/layout_test/blink_test_controller.h
diff --git a/content/shell/browser/layout_test/blink_test_controller.h b/content/shell/browser/layout_test/blink_test_controller.h
index a96d88844c84626b5f93bbb689198eccb86087b9..270ce4d3be57fc596b4bae027f64fa2790f4635c 100644
--- a/content/shell/browser/layout_test/blink_test_controller.h
+++ b/content/shell/browser/layout_test/blink_test_controller.h
@@ -226,6 +226,8 @@ class BlinkTestController : public WebContentsObserver,
mojom::LayoutTestControl* GetLayoutTestControlPtr(RenderFrameHost* frame);
void HandleLayoutTestControlError(RenderFrameHost* frame);
+ void OnAllServiceWorkersCleared();
+
std::unique_ptr<BlinkTestResultPrinter> printer_;
base::FilePath current_working_directory_;

Powered by Google App Engine
This is Rietveld 408576698