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

Unified Diff: components/sessions/core/serialized_navigation_entry_test_helper.h

Issue 2310363002: Persist offline page info in a navigation entry if needed (Closed)
Patch Set: Fix Created 4 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: components/sessions/core/serialized_navigation_entry_test_helper.h
diff --git a/components/sessions/core/serialized_navigation_entry_test_helper.h b/components/sessions/core/serialized_navigation_entry_test_helper.h
index cc2e24cd934d7122bbf3cb6fba9da424f1b34f25..7001144663f62c46e0e82ee1e60fa8938288e666 100644
--- a/components/sessions/core/serialized_navigation_entry_test_helper.h
+++ b/components/sessions/core/serialized_navigation_entry_test_helper.h
@@ -48,6 +48,7 @@ extern const GURL kRedirectURL1;
extern const GURL kOtherURL;
extern const int kPageID;
extern const SerializedNavigationEntry::PasswordState kPasswordState;
+extern const std::string kOfflinePageInfo;
} // namespace test_data

Powered by Google App Engine
This is Rietveld 408576698