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

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

Issue 2930013005: [Tab Metrics] Measure FP, FCP and FMP for Foreground Tab during Session Restore (Closed)
Patch Set: Correct the position of DCHECK in OnStart(). Created 3 years, 5 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/tab_loader.h
diff --git a/chrome/browser/sessions/tab_loader.h b/chrome/browser/sessions/tab_loader.h
index c3528f3e0181fe4296275331874eac9d806fc3a1..59e24f5261707f8859e21fc9843a74d7e0347f7a 100644
--- a/chrome/browser/sessions/tab_loader.h
+++ b/chrome/browser/sessions/tab_loader.h
@@ -65,6 +65,10 @@ class TabLoader : public content::NotificationObserver,
FRIEND_TEST_ALL_PREFIXES(TabLoaderTest, OnMemoryStateChange);
FRIEND_TEST_ALL_PREFIXES(TabRestoreTest,
TabsFromRestoredWindowsAreLoadedGradually);
+ FRIEND_TEST_ALL_PREFIXES(SessionRestorePageLoadMetricsBrowserTest,
+ LoadingInForegroundTabInSessionRestore);
+ FRIEND_TEST_ALL_PREFIXES(SessionRestorePageLoadMetricsBrowserTest,
+ ReopenClosedTabInSessionRestore);
friend class base::RefCounted<TabLoader>;

Powered by Google App Engine
This is Rietveld 408576698