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

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

Issue 2930013005: [Tab Metrics] Measure FP, FCP and FMP for Foreground Tab during Session Restore (Closed)
Patch Set: Fix a typo Created 3 years, 4 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 77fa7c0a8cd72c2c8e97a28501e9ad811d5f8d87..82e7095c8d8774a1938d8865354f581574d30481 100644
--- a/chrome/browser/sessions/session_restore.h
+++ b/chrome/browser/sessions/session_restore.h
@@ -122,6 +122,18 @@ class SessionRestore {
ConcurrentSessionRestores);
FRIEND_TEST_ALL_PREFIXES(SessionRestoreObserverTest,
TabManagerShouldObserveSessionRestore);
+ FRIEND_TEST_ALL_PREFIXES(SessionRestorePageLoadMetricsObserverTest,
+ RestoreSingleForegroundTab);
+ FRIEND_TEST_ALL_PREFIXES(SessionRestorePageLoadMetricsObserverTest,
+ RestoreMultipleForegroundTabs);
+ FRIEND_TEST_ALL_PREFIXES(SessionRestorePageLoadMetricsObserverTest,
+ RestoreBackgroundTab);
+ FRIEND_TEST_ALL_PREFIXES(SessionRestorePageLoadMetricsObserverTest,
+ HideTabBeforeFirstPaints);
+ FRIEND_TEST_ALL_PREFIXES(SessionRestorePageLoadMetricsObserverTest,
+ SwitchInitialRestoredForegroundTab);
+ FRIEND_TEST_ALL_PREFIXES(SessionRestorePageLoadMetricsObserverTest,
+ MultipleSessionRestores);
// Session restore observer list.
using SessionRestoreObserverList = base::ObserverList<SessionRestoreObserver>;

Powered by Google App Engine
This is Rietveld 408576698