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

Unified Diff: content/renderer/render_view_impl.h

Issue 161113002: Fix pushState causing stop/reload button and favicon to flicker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index a3eb957d2483cbc449442713ca63df5b0f8d3460..036e05aa49b9e651c44f4e037f200cf51d3efaf7 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -420,8 +420,6 @@ class CONTENT_EXPORT RenderViewImpl
blink::WebFileChooserCompletion* chooser_completion);
virtual void initializeHelperPluginWebFrame(blink::WebHelperPlugin*);
virtual void didStartLoading(bool to_different_document);
- // DEPRECATED
- virtual void didStartLoading();
virtual void didStopLoading();
virtual void didChangeLoadProgress(blink::WebFrame* frame,
double load_progress);

Powered by Google App Engine
This is Rietveld 408576698