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

Unified Diff: chrome/browser/ui/browser_tabrestore.h

Issue 15055003: Do not submit: high level overview patch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build. Created 7 years, 7 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: 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

Powered by Google App Engine
This is Rietveld 408576698