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

Unified Diff: sky/engine/core/testing/DummyPageHolder.cpp

Issue 727593004: Wire up the Inspector V8 Debugger (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Actually works Created 6 years, 1 month 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: sky/engine/core/testing/DummyPageHolder.cpp
diff --git a/sky/engine/core/testing/DummyPageHolder.cpp b/sky/engine/core/testing/DummyPageHolder.cpp
index 109347b63bb8dcda1c8f853410e46ff6c23b09c6..0b5b7765fc200b38f7904345589e74f1db319930 100644
--- a/sky/engine/core/testing/DummyPageHolder.cpp
+++ b/sky/engine/core/testing/DummyPageHolder.cpp
@@ -45,6 +45,7 @@ namespace {
class DummyServiceProvider : public blink::ServiceProvider {
public:
mojo::NavigatorHost* NavigatorHost() { return 0; }
+ mojo::Shell* Shell() { return 0; }
};
}

Powered by Google App Engine
This is Rietveld 408576698