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

Unified Diff: sky/engine/public/platform/ServiceProvider.h

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/public/platform/ServiceProvider.h
diff --git a/sky/engine/public/platform/ServiceProvider.h b/sky/engine/public/platform/ServiceProvider.h
index 0898140806f320c1ddfd98f9c2bbce130ebb1b0e..d8e3ee8c733cc166173ab82db7be5bffe256c4af 100644
--- a/sky/engine/public/platform/ServiceProvider.h
+++ b/sky/engine/public/platform/ServiceProvider.h
@@ -7,6 +7,7 @@
namespace mojo {
class NavigatorHost;
+class Shell;
}
namespace blink {
@@ -14,6 +15,7 @@ namespace blink {
class ServiceProvider {
public:
virtual mojo::NavigatorHost* NavigatorHost() = 0;
+ virtual mojo::Shell* Shell() = 0;
protected:
virtual ~ServiceProvider();

Powered by Google App Engine
This is Rietveld 408576698