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

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

Issue 873923003: sky/shell should link with sky/engine (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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: sky/engine/public/platform/ServiceProvider.h
diff --git a/sky/engine/public/platform/ServiceProvider.h b/sky/engine/public/platform/ServiceProvider.h
index 21d16019ad7e7216ad9eb090df0b9f9bfdb4b838..b0434db7b49db9484d818a2c419d74e5f5bfe89b 100644
--- a/sky/engine/public/platform/ServiceProvider.h
+++ b/sky/engine/public/platform/ServiceProvider.h
@@ -7,7 +7,6 @@
namespace mojo {
class NavigatorHost;
-class Shell;
}
namespace blink {
@@ -15,7 +14,6 @@ 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