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

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

Issue 902613003: Record the number of tabs in a session restore in SampledProfile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add more detailed description of meaning of num tabs, given by sky Created 5 years, 10 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 | « chrome/browser/sessions/session_restore_test_helper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sessions/session_restore_test_helper.cc
diff --git a/chrome/browser/sessions/session_restore_test_helper.cc b/chrome/browser/sessions/session_restore_test_helper.cc
index 678ea992bb6e20c3e410ded7e8fa700906cc59a2..016d7ae0d416db0141f9a4426c32eae26ef46d15 100644
--- a/chrome/browser/sessions/session_restore_test_helper.cc
+++ b/chrome/browser/sessions/session_restore_test_helper.cc
@@ -29,7 +29,8 @@ void SessionRestoreTestHelper::Wait() {
EXPECT_TRUE(restore_notification_seen_);
}
-void SessionRestoreTestHelper::OnSessionRestoreDone() {
+void SessionRestoreTestHelper::OnSessionRestoreDone(
+ int /* num_tabs_restored */) {
restore_notification_seen_ = true;
if (!loop_is_running_)
return;
« no previous file with comments | « chrome/browser/sessions/session_restore_test_helper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698