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

Unified Diff: content/renderer/render_view_impl.h

Issue 2648053002: Remove old session history logic. (Closed)
Patch Set: Remove comment. Created 3 years, 11 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 | « content/renderer/render_view_browsertest.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 96b601226f62b8b40dedfeb0360e93e869304c4e..57d38b49b5daa02f4952f8a8483daa654544c35a 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -94,7 +94,6 @@ class WebHitTestResult;
namespace content {
-class HistoryController;
class RendererDateTimePicker;
class RenderViewImplTest;
class RenderViewObserver;
@@ -165,10 +164,6 @@ class CONTENT_EXPORT RenderViewImpl
send_content_state_immediately_ = value;
}
- HistoryController* history_controller() {
- return history_controller_.get();
- }
-
// Functions to add and remove observers for this object.
void AddObserver(RenderViewObserver* observer);
void RemoveObserver(RenderViewObserver* observer);
@@ -218,9 +213,6 @@ class CONTENT_EXPORT RenderViewImpl
// be coalesced into one update.
void StartNavStateSyncTimerIfNecessary(RenderFrameImpl* frame);
- // Synchronously sends the current navigation state to the browser.
- void SendUpdateState();
-
// A popup widget opened by this view needs to be shown.
void ShowCreatedPopupWidget(RenderWidget* popup_widget,
blink::WebNavigationPolicy policy,
@@ -796,8 +788,6 @@ class CONTENT_EXPORT RenderViewImpl
// initialized.
SpeechRecognitionDispatcher* speech_recognition_dispatcher_;
- std::unique_ptr<HistoryController> history_controller_;
-
#if defined(OS_ANDROID)
// Android Specific ---------------------------------------------------------
« no previous file with comments | « content/renderer/render_view_browsertest.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698