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

Unified Diff: Source/core/inspector/InspectorInstrumentation.idl

Issue 23702040: Send synchronous loads through the cache. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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: Source/core/inspector/InspectorInstrumentation.idl
diff --git a/Source/core/inspector/InspectorInstrumentation.idl b/Source/core/inspector/InspectorInstrumentation.idl
index b706ee501df9add79d19cf1c5c41442d865b0cbe..2187a7addeb6a7b0a52573459d4b728c6d194e2e 100644
--- a/Source/core/inspector/InspectorInstrumentation.idl
+++ b/Source/core/inspector/InspectorInstrumentation.idl
@@ -304,12 +304,6 @@ interface InspectorInstrumentation {
void didReceiveXHRResponse(ScriptExecutionContext*, unsigned long identifier);
[Resource]
- void willLoadXHRSynchronously(ScriptExecutionContext*);
-
- [Resource]
- void didLoadXHRSynchronously(ScriptExecutionContext*);
-
- [Resource]
void scriptImported(ScriptExecutionContext*, unsigned long identifier, const String& sourceString);
[Debugger]

Powered by Google App Engine
This is Rietveld 408576698