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

Unified Diff: components/sessions/content/content_live_tab.cc

Issue 2727663004: Use TabLoader in TabRestoreService. (Closed)
Patch Set: Fix review notes: comments, namings etc. Created 3 years, 10 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 | « components/sessions/content/content_live_tab.h ('k') | components/sessions/core/live_tab.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sessions/content/content_live_tab.cc
diff --git a/components/sessions/content/content_live_tab.cc b/components/sessions/content/content_live_tab.cc
index 7b1dff013eec0e035152e42481f4112a835542bc..3f1ef66e042586fa629f3fa860ebb605825cc439 100644
--- a/components/sessions/content/content_live_tab.cc
+++ b/components/sessions/content/content_live_tab.cc
@@ -62,10 +62,6 @@ ContentLiveTab::GetPlatformSpecificTabData() {
web_contents());
}
-void ContentLiveTab::LoadIfNecessary() {
- navigation_controller().LoadIfNecessary();
-}
-
const std::string& ContentLiveTab::GetUserAgentOverride() const {
return web_contents()->GetUserAgentOverride();
}
« no previous file with comments | « components/sessions/content/content_live_tab.h ('k') | components/sessions/core/live_tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698