Index: services/navigation/navigation.h |
diff --git a/services/navigation/navigation.h b/services/navigation/navigation.h |
index cb9fb1f86a6d800a5f08e6c1ab94463945619caf..4eec3a469e1dd70a04a3c2d4372038caa200d65b 100644 |
--- a/services/navigation/navigation.h |
+++ b/services/navigation/navigation.h |
@@ -24,8 +24,7 @@ |
Navigation(); |
~Navigation() override; |
- void Init(shell::Connector* connector, |
- content::BrowserContext* browser_context); |
+ void SetBrowserContext(content::BrowserContext* browser_context); |
private: |
// shell::ShellClient: |
@@ -41,7 +40,6 @@ |
void ViewFactoryLost(); |
- shell::Connector* connector_ = nullptr; |
shell::ShellConnectionRefFactory ref_factory_; |
std::set<std::unique_ptr<shell::ShellConnectionRef>> refs_; |
content::BrowserContext* browser_context_ = nullptr; |