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

Unified Diff: ios/web/public/navigation_manager.h

Issue 2378123002: Load offline page if reading list entry takes more than 1s to load. (Closed)
Patch Set: Experimental change (reviewers: do not review this PS). Created 4 years, 2 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: ios/web/public/navigation_manager.h
diff --git a/ios/web/public/navigation_manager.h b/ios/web/public/navigation_manager.h
index 53b08da55de38058fc7a99b20783912f6c0114e2..e1f99f141d799474ebb122227b1fbf2c7fc99306 100644
--- a/ios/web/public/navigation_manager.h
+++ b/ios/web/public/navigation_manager.h
@@ -48,6 +48,8 @@ class NavigationManager {
// Any extra HTTP headers to add to the load.
base::scoped_nsobject<NSDictionary> extra_headers;
+ base::scoped_nsobject<NSDictionary> extra_data;
+
// Any post data to send with the load. When setting this, you should
// generally set a Content-Type header as well.
base::scoped_nsobject<NSData> post_data;

Powered by Google App Engine
This is Rietveld 408576698