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

Unified Diff: content/browser/frame_host/navigation_controller_impl.h

Issue 2046713002: Removing unused SetBrowserContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing const from BrowserContext* const Created 4 years, 6 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 | « no previous file | content/browser/frame_host/navigation_controller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/frame_host/navigation_controller_impl.h
diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
index f43106233e1c12cf3f2718e057be678849446122..074ddd9301ebefca57b4dd9229c7ae0e7890db8f 100644
--- a/content/browser/frame_host/navigation_controller_impl.h
+++ b/content/browser/frame_host/navigation_controller_impl.h
@@ -35,21 +35,20 @@ class CONTENT_EXPORT NavigationControllerImpl
: public NON_EXPORTED_BASE(NavigationController) {
public:
NavigationControllerImpl(
NavigationControllerDelegate* delegate,
BrowserContext* browser_context);
~NavigationControllerImpl() override;
// NavigationController implementation:
WebContents* GetWebContents() const override;
BrowserContext* GetBrowserContext() const override;
- void SetBrowserContext(BrowserContext* browser_context) override;
void Restore(int selected_navigation,
RestoreType type,
std::vector<std::unique_ptr<NavigationEntry>>* entries) override;
NavigationEntryImpl* GetActiveEntry() const override;
NavigationEntryImpl* GetVisibleEntry() const override;
int GetCurrentEntryIndex() const override;
NavigationEntryImpl* GetLastCommittedEntry() const override;
int GetLastCommittedEntryIndex() const override;
bool CanViewSource() const override;
int GetEntryCount() const override;
« no previous file with comments | « no previous file | content/browser/frame_host/navigation_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698