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

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

Issue 10990012: [Sync] Refactor handling of session tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Few more fixes Created 8 years, 3 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.cc
diff --git a/chrome/browser/sessions/session_types_test_helper.cc b/chrome/browser/sessions/session_types_test_helper.cc
index f2201e425cd02f2062e29803c68f4d21188f8e67..7ca5eac4166fb6dd10fc2286a18c2a50cea9e317 100644
--- a/chrome/browser/sessions/session_types_test_helper.cc
+++ b/chrome/browser/sessions/session_types_test_helper.cc
@@ -90,3 +90,9 @@ void SessionTypesTestHelper::SetIsOverridingUserAgent(
bool is_overriding_user_agent) {
navigation->is_overriding_user_agent_ = is_overriding_user_agent;
}
+
+void SessionTypesTestHelper::SetTimestamp(
+ TabNavigation* navigation,
+ base::Time timestamp) {
+ navigation->timestamp_ = timestamp;
+}

Powered by Google App Engine
This is Rietveld 408576698