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

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

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: 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
Index: chrome/browser/sessions/session_restore_test_helper.h
diff --git a/chrome/browser/sessions/session_restore_test_helper.h b/chrome/browser/sessions/session_restore_test_helper.h
index 1e44d401d349ba89e61a7e48aed20c083ecce2cd..ae81445482e2c1c76baa06e2489d84da92f77419 100644
--- a/chrome/browser/sessions/session_restore_test_helper.h
+++ b/chrome/browser/sessions/session_restore_test_helper.h
@@ -27,7 +27,7 @@ class SessionRestoreTestHelper {
private:
// Callback for session restore notifications.
- void OnSessionRestoreDone();
+ void OnSessionRestoreDone(int /* num_tabs */);
// Indicates whether a session restore notification has been received.
bool restore_notification_seen_;

Powered by Google App Engine
This is Rietveld 408576698