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

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

Issue 16140020: Delete NetworkingContext and its subclasses. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/FrameLoader.h
diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
index e129cfbc8d979fa527d11d8435d9ad6f92c645ea..72322a64b398f8bdb3396aa5771652fd84eca4e4 100644
--- a/Source/core/loader/FrameLoader.h
+++ b/Source/core/loader/FrameLoader.h
@@ -58,9 +58,7 @@ class Event;
class FormState;
class FormSubmission;
class FrameLoaderClient;
-class FrameNetworkingContext;
class NavigationAction;
-class NetworkingContext;
class Page;
class ResourceError;
class ResourceRequest;
@@ -257,8 +255,6 @@ public:
};
PageDismissalType pageDismissalEventBeingDispatched() const { return m_pageDismissalEventBeingDispatched; }
- NetworkingContext* networkingContext() const;
-
void reportMemoryUsage(MemoryObjectInfo*) const;
private:
@@ -383,8 +379,6 @@ private:
SandboxFlags m_forcedSandboxFlags;
- RefPtr<FrameNetworkingContext> m_networkingContext;
-
RefPtr<HistoryItem> m_requestedHistoryItem;
};

Powered by Google App Engine
This is Rietveld 408576698