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

Unified Diff: components/sessions/core/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/core/live_tab.h
diff --git a/components/sessions/core/live_tab.h b/components/sessions/core/live_tab.h
index bd6129395a47bfca577dcc9c256358a398d910ee..490219941e381b4913c2fc331747ef28bd3911af 100644
--- a/components/sessions/core/live_tab.h
+++ b/components/sessions/core/live_tab.h
@@ -32,10 +32,6 @@ class SESSIONS_EXPORT LiveTab {
// implementation returns null.
virtual std::unique_ptr<PlatformSpecificTabData> GetPlatformSpecificTabData();
- // Loads the current page if necessary (where "necessary" is defined on a
- // platform-specific basis).
- virtual void LoadIfNecessary() = 0;
-
// Returns the user agent override, if any.
virtual const std::string& GetUserAgentOverride() const = 0;
};
« no previous file with comments | « components/sessions/content/content_live_tab.cc ('k') | components/sessions/core/tab_restore_service_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698