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

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

Issue 338253007: Revert "DevTools: Load document (html) content from disk cache in page agent enabling." (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
« no previous file with comments | « Source/core/loader/FrameLoader.h ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameLoader.cpp
diff --git a/Source/core/loader/FrameLoader.cpp b/Source/core/loader/FrameLoader.cpp
index af209b0484f9e30d13b6144793653a6916a993ed..f9ac63b279dda900df889b425685309cd7d8048c 100644
--- a/Source/core/loader/FrameLoader.cpp
+++ b/Source/core/loader/FrameLoader.cpp
@@ -1059,14 +1059,6 @@ void FrameLoader::restoreScrollPositionAndViewState()
}
}
-bool FrameLoader::requestFromHistoryForInspector(ResourceRequestCachePolicy cachePolicy, ResourceRequest* request)
-{
- if (!m_currentItem)
- return false;
- *request = requestFromHistoryItem(m_currentItem.get(), cachePolicy);
- return true;
-}
-
void FrameLoader::detachChildren()
{
typedef Vector<RefPtr<LocalFrame> > FrameVector;
« no previous file with comments | « Source/core/loader/FrameLoader.h ('k') | Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698