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

Unified Diff: content/browser/frame_host/navigation_handle_impl.h

Issue 2025683003: First experimental implementation of the Clear-Site-Data header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Many changes, most importantly synchronous deletion. Created 4 years, 4 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: content/browser/frame_host/navigation_handle_impl.h
diff --git a/content/browser/frame_host/navigation_handle_impl.h b/content/browser/frame_host/navigation_handle_impl.h
index 677a167e5737b32c0341c197684f7a1ac22d431a..1a25b7d39c383fdcf1999ffa1dc83d267207d867 100644
--- a/content/browser/frame_host/navigation_handle_impl.h
+++ b/content/browser/frame_host/navigation_handle_impl.h
@@ -9,6 +9,8 @@
#include <stddef.h>
+#include <memory>
nasko 2016/08/11 20:07:22 There are no changes to actual code in this header
msramek 2016/08/12 15:06:28 Removed. Sorry for that, another accidental change
+
#include "base/callback.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
@@ -25,6 +27,7 @@ struct FrameHostMsg_DidCommitProvisionalLoad_Params;
namespace content {
+class ClearSiteDataHeaderObserver;
nasko 2016/08/11 20:07:22 Why is this forward declare needed?
msramek 2016/08/12 15:06:28 Removed. Ditto as above.
class NavigatorDelegate;
class ResourceRequestBodyImpl;

Powered by Google App Engine
This is Rietveld 408576698