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

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

Issue 2798143004: Fix for URL opening code (Closed)
Patch Set: Fixed opening local file with Chromium on mac while restore session is enabled. File opens in the t… Created 3 years, 8 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.cc
diff --git a/chrome/browser/sessions/session_restore.cc b/chrome/browser/sessions/session_restore.cc
index 7598e0f746e8d59a1dcacca4e0100dd99e5a7672..d0286b92d7b5c4517c5ed59e71b99b3cf7d88c1c 100644
--- a/chrome/browser/sessions/session_restore.cc
+++ b/chrome/browser/sessions/session_restore.cc
@@ -748,6 +748,7 @@ Browser* SessionRestore::RestoreSession(
Profile* profile, Browser* browser,
SessionRestore::BehaviorBitmask behavior,
const std::vector<GURL>& urls_to_open) {
+ VLOG(0) << "RestoreSession";
sky 2017/04/17 17:13:34 Is there a reason for this? At best I could see a
#if defined(OS_CHROMEOS)
chromeos::BootTimesRecorder::Get()->AddLoginTimeMarker(
"SessionRestore-Start", false);

Powered by Google App Engine
This is Rietveld 408576698