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

Unified Diff: components/sessions/serialized_navigation_entry_test_helper.h

Issue 14985014: Introduce content::PageState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments to the top of page_state.h Created 7 years, 7 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: components/sessions/serialized_navigation_entry_test_helper.h
diff --git a/components/sessions/serialized_navigation_entry_test_helper.h b/components/sessions/serialized_navigation_entry_test_helper.h
index 43b49eb9da4ebcbee0c3150d18574f3143010ca8..a653f22d67e625135ef1e425d86c3464fcd29c12 100644
--- a/components/sessions/serialized_navigation_entry_test_helper.h
+++ b/components/sessions/serialized_navigation_entry_test_helper.h
@@ -17,6 +17,7 @@ class Time;
}
namespace content {
+class PageState;
struct Referrer;
}
@@ -38,8 +39,8 @@ class SerializedNavigationEntryTestHelper {
const std::string& virtual_url,
const std::string& title);
- static void SetContentState(const std::string& content_state,
- SerializedNavigationEntry* navigation);
+ static void SetPageState(const content::PageState& page_state,
+ SerializedNavigationEntry* navigation);
static void SetHasPostData(bool has_post_data,
SerializedNavigationEntry* navigation);

Powered by Google App Engine
This is Rietveld 408576698