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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Address review comments Created 4 years, 1 month 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: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 50be34cfedf5164ca90bb32dba286b15f9392dce..5af7658dae46803b43cb919f814bf62b07ad7e08 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -1341,6 +1341,9 @@ class CONTENT_EXPORT RenderFrameImpl
bool browser_side_navigation_pending_ = false;
+ // PlzNavigte: The host id to be used by the AppCache system. Defaults to 0.
clamy 2016/11/30 17:40:22 nit: s/PlzNavigte/PlzNavigate
ananta 2016/12/01 05:15:00 Removed variable
+ int appcache_host_id_;
+
base::WeakPtrFactory<RenderFrameImpl> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(RenderFrameImpl);

Powered by Google App Engine
This is Rietveld 408576698