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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h

Issue 2321503002: (Re-)introduce AncestorThrottle to handle 'X-Frame-Options'. (Closed)
Patch Set: Rebase after a month... 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: third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h b/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
index f72823dcbda4001a4efce7ddbbf03979670289d4..7dadc035bfbfe95202e2f7746e3dcf92383eab99 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentationCustomInl.h
@@ -47,11 +47,11 @@ CORE_EXPORT void asyncTaskScheduled(ExecutionContext*,
bool recurring);
CORE_EXPORT void asyncTaskCanceled(ExecutionContext*, void*);
CORE_EXPORT void allAsyncTasksCanceled(ExecutionContext*);
-CORE_EXPORT void continueAfterXFrameOptionsDenied(LocalFrame*,
- DocumentLoader*,
- unsigned long identifier,
- const ResourceResponse&,
- Resource*);
+CORE_EXPORT void canceledAfterReceivedResourceResponse(LocalFrame*,
+ DocumentLoader*,
+ unsigned long identifier,
+ const ResourceResponse&,
+ Resource*);
CORE_EXPORT void continueWithPolicyIgnore(LocalFrame*,
DocumentLoader*,
unsigned long identifier,

Powered by Google App Engine
This is Rietveld 408576698