Index: chrome/browser/ui/browser_tabrestore.h |
diff --git a/chrome/browser/ui/browser_tabrestore.h b/chrome/browser/ui/browser_tabrestore.h |
index 5081c1336f30ebbe5bd05832041183d69e597ebf..95b0db25e170eab6536faba7989698de13e90a82 100644 |
--- a/chrome/browser/ui/browser_tabrestore.h |
+++ b/chrome/browser/ui/browser_tabrestore.h |
@@ -42,7 +42,8 @@ content::WebContents* AddRestoredTab( |
bool pin, |
bool from_last_session, |
content::SessionStorageNamespace* storage_namespace, |
- const std::string& user_agent_override); |
+ const std::string& user_agent_override, |
+ const int64& sync_id); |
// Replaces the state of the currently selected tab with the session |
// history restored from the SessionRestore system. |
@@ -53,8 +54,8 @@ void ReplaceRestoredTab( |
bool from_last_session, |
const std::string& extension_app_id, |
content::SessionStorageNamespace* session_storage_namespace, |
- const std::string& user_agent_override); |
- |
+ const std::string& user_agent_override, |
+ const int64& sync_id); |
} // namespace chrome |