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

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

Issue 7274033: Fixes race condition that could lead to premature shutdown. When (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove FLAKY_ from test Created 9 years, 6 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/sessions/session_restore.h
diff --git a/chrome/browser/sessions/session_restore.h b/chrome/browser/sessions/session_restore.h
index 2aefe76640c8ab0282470e8f97e03c85e8c3d9c3..8bfaea7e217fb7bc7907068b56dbdeed4042f0ac 100644
--- a/chrome/browser/sessions/session_restore.h
+++ b/chrome/browser/sessions/session_restore.h
@@ -46,7 +46,7 @@ class SessionRestore {
// Specifically used in the restoration of a foreign session. This method
// restores the given session tab to a browser.
static void RestoreForeignSessionTab(Profile* profile,
- const SessionTab& tab);
+ const SessionTab& tab);
// Synchronously restores the last session. At least one tabbed browser is
// created, even if there is an error in restoring.
« no previous file with comments | « chrome/browser/chromeos/tab_closeable_state_watcher_browsertest.cc ('k') | chrome/browser/sessions/session_restore.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698