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

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

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.h
diff --git a/chrome/browser/sessions/session_types_test_helper.h b/chrome/browser/sessions/session_types_test_helper.h
index 50eb2e3d9cbc1a2c34dafdfece5eaaea99e8f6bc..41163081042489e72dcd18eb42c032e02faade73 100644
--- a/chrome/browser/sessions/session_types_test_helper.h
+++ b/chrome/browser/sessions/session_types_test_helper.h
@@ -7,6 +7,7 @@
#include <string>
+#include "base/time.h"
#include "content/public/common/page_transition_types.h"
class GURL;
@@ -55,6 +56,8 @@ struct SessionTypesTestHelper {
static void SetIsOverridingUserAgent(TabNavigation* navigation,
bool is_overriding_user_agent);
+
+ static void SetTimestamp(TabNavigation* navigation, base::Time timestamp);
};
#endif // CHROME_BROWSER_SESSIONS_SESSION_TYPES_TEST_HELPER_H_

Powered by Google App Engine
This is Rietveld 408576698