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

Unified Diff: services/navigation/navigation.h

Issue 1986003002: Revert of Add a basic browser to mash that uses the navigation service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « services/navigation/manifest.json ('k') | services/navigation/navigation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « services/navigation/manifest.json ('k') | services/navigation/navigation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698