Index: chrome/browser/sessions/session_types_test_helper.h |
diff --git a/chrome/browser/sessions/session_types_test_helper.h b/chrome/browser/sessions/session_types_test_helper.h |
index 41163081042489e72dcd18eb42c032e02faade73..4df85998c72de63010c8d49f1de72adc90f34a96 100644 |
--- a/chrome/browser/sessions/session_types_test_helper.h |
+++ b/chrome/browser/sessions/session_types_test_helper.h |
@@ -43,6 +43,10 @@ struct SessionTypesTestHelper { |
static bool GetIsOverridingUserAgent(const TabNavigation& navigation); |
+ static base::Time GetTimestamp(const TabNavigation& navigation); |
+ |
+ static int GetHttpStatusCode(const TabNavigation& navigation); |
+ |
// Setters. |
static void SetContentState(TabNavigation* navigation, |