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

Unified Diff: chrome/browser/sessions/chrome_tab_restore_service_client.h

Issue 2868983003: Ensure History > Recent Tabs restore preserves window disposition. (Closed)
Patch Set: Remove NOTREACHED(). Created 3 years, 4 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 | chrome/browser/sessions/chrome_tab_restore_service_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/chrome_tab_restore_service_client.h
diff --git a/chrome/browser/sessions/chrome_tab_restore_service_client.h b/chrome/browser/sessions/chrome_tab_restore_service_client.h
index 2490745c1536b442e29ef1eedd47a8ee4ffeb778..0031f646e3bd557fd7bc36014bb85fcf5d5a4de4 100644
--- a/chrome/browser/sessions/chrome_tab_restore_service_client.h
+++ b/chrome/browser/sessions/chrome_tab_restore_service_client.h
@@ -20,7 +20,10 @@ class ChromeTabRestoreServiceClient : public sessions::TabRestoreServiceClient {
private:
// TabRestoreServiceClient:
sessions::LiveTabContext* CreateLiveTabContext(
- const std::string& app_name) override;
+ const std::string& app_name,
+ const gfx::Rect& bounds,
+ ui::WindowShowState show_state,
+ const std::string& workspace) override;
sessions::LiveTabContext* FindLiveTabContextForTab(
const sessions::LiveTab* tab) override;
sessions::LiveTabContext* FindLiveTabContextWithID(
« no previous file with comments | « no previous file | chrome/browser/sessions/chrome_tab_restore_service_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698