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