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

Unified Diff: sky/engine/core/page/Page.h

Issue 696733003: Introduce blink::ServiceProvider (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/core/page/Page.h
diff --git a/sky/engine/core/page/Page.h b/sky/engine/core/page/Page.h
index 8e9555d495544c59ef73605125f1b876f7a48b86..42f9a39872b2a0eb50c8abd982db0fe326ef7841 100644
--- a/sky/engine/core/page/Page.h
+++ b/sky/engine/core/page/Page.h
@@ -56,6 +56,7 @@ class RenderObject;
class VisibleSelection;
class ScrollableArea;
class ScrollingCoordinator;
+class ServiceProvider;
class Settings;
class SpellCheckerClient;
class UndoStack;
@@ -83,7 +84,7 @@ public:
SpellCheckerClient* spellCheckerClient;
};
- explicit Page(PageClients&);
+ Page(PageClients&, ServiceProvider*);
virtual ~Page();
void makeOrdinary();

Powered by Google App Engine
This is Rietveld 408576698