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

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

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
Index: components/sessions/content/content_live_tab.h
diff --git a/components/sessions/content/content_live_tab.h b/components/sessions/content/content_live_tab.h
index f4324411ea15f17674b1e7e7261f5f9ef1c4ef5d..5c04ba15f9fb0c4d13ed145c897ec4618f6f6158 100644
--- a/components/sessions/content/content_live_tab.h
+++ b/components/sessions/content/content_live_tab.h
@@ -41,7 +41,6 @@ class SESSIONS_EXPORT ContentLiveTab
int GetEntryCount() override;
std::unique_ptr<PlatformSpecificTabData> GetPlatformSpecificTabData()
override;
- void LoadIfNecessary() override;
const std::string& GetUserAgentOverride() const override;
content::WebContents* web_contents() { return web_contents_; }
« no previous file with comments | « chrome/browser/ui/browser_tabrestore_browsertest.cc ('k') | components/sessions/content/content_live_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698