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

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 win compiling error due to using unique_ptr map in SESSIONS_EXPORT class 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..880f07b94c84dbd6b41b19c515e106bf3ee3d755 100644
--- a/components/sessions/core/serialized_navigation_entry_test_helper.h
+++ b/components/sessions/core/serialized_navigation_entry_test_helper.h
@@ -48,6 +48,10 @@ extern const GURL kRedirectURL1;
extern const GURL kOtherURL;
extern const int kPageID;
extern const SerializedNavigationEntry::PasswordState kPasswordState;
+extern const std::string kExtendedInfoKey1;
+extern const std::string kExtendedInfoKey2;
+extern const std::string kExtendedInfoValue1;
+extern const std::string kExtendedInfoValue2;
} // namespace test_data

Powered by Google App Engine
This is Rietveld 408576698