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

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

Issue 11054025: [Sync] Add HTTP status codes to NavigationEntry and TabNavigation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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_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,

Powered by Google App Engine
This is Rietveld 408576698