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

Unified Diff: Source/core/loader/FrameFetchContext.h

Issue 1309033003: [DevTools] Show blocked requests in network log. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tyo Created 5 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: Source/core/loader/FrameFetchContext.h
diff --git a/Source/core/loader/FrameFetchContext.h b/Source/core/loader/FrameFetchContext.h
index 59766cdb5828226ad9efe8ecbefd975e10de2088..972d1297ca4ffa70e8efa839140f457b49fba9bf 100644
--- a/Source/core/loader/FrameFetchContext.h
+++ b/Source/core/loader/FrameFetchContext.h
@@ -116,7 +116,7 @@ public:
private:
explicit FrameFetchContext(DocumentLoader*);
- inline DocumentLoader* ensureLoaderForNotifications();
+ inline DocumentLoader* ensureLoaderForNotifications() const;
LocalFrame* frame() const; // Can be null
void printAccessDeniedMessage(const KURL&) const;

Powered by Google App Engine
This is Rietveld 408576698