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

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

Issue 2862293002: Finish removing FrameLoader::Clear() (Closed)
Patch Set: Rebase Created 3 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: third_party/WebKit/Source/core/loader/FrameLoader.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
index e2b159cd43a991ddeb0796b68b9614a6ddb95d2b..a609906f54f55e40c6df7698d142c807f7af6173 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
@@ -103,10 +103,6 @@ class CORE_EXPORT FrameLoader final {
// won't in any way access the LocalFrame after stopAllLoaders returns.
void StopAllLoaders();
- // FIXME: clear() is trying to do too many things. We should break it down
- // into smaller functions.
- void Clear();
-
void ReplaceDocumentWhileExecutingJavaScriptURL(const String& source,
Document* owner_document);
« no previous file with comments | « third_party/WebKit/Source/core/loader/DocumentLoader.cpp ('k') | third_party/WebKit/Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698