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

Unified Diff: Source/web/WebRemoteFrameImpl.cpp

Issue 555953002: Move isLoading() from WebFrame to WebLocalFrame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/web/WebRemoteFrameImpl.h ('k') | public/web/WebFrame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebRemoteFrameImpl.cpp
diff --git a/Source/web/WebRemoteFrameImpl.cpp b/Source/web/WebRemoteFrameImpl.cpp
index 7329c73b5ae3c64b5f26a65c2c1a306cdf061f61..faa3ceb9595cc9bca82ef3ed2f1a89178767db69 100644
--- a/Source/web/WebRemoteFrameImpl.cpp
+++ b/Source/web/WebRemoteFrameImpl.cpp
@@ -394,12 +394,6 @@ void WebRemoteFrameImpl::loadHTMLString(
ASSERT_NOT_REACHED();
}
-bool WebRemoteFrameImpl::isLoading() const
-{
- ASSERT_NOT_REACHED();
- return false;
-}
-
void WebRemoteFrameImpl::stopLoading()
{
ASSERT_NOT_REACHED();
« no previous file with comments | « Source/web/WebRemoteFrameImpl.h ('k') | public/web/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698