Fix test flakyness in renderer process OnLoadingStateChange history state

This commit is contained in:
Marshall Greenblatt
2018-02-20 13:51:59 -05:00
parent 9e644b7538
commit 57fb011377
4 changed files with 17 additions and 45 deletions

View File

@@ -107,7 +107,6 @@ class CefBrowserImpl : public CefBrowser, public content::RenderViewObserver {
// RenderViewObserver methods.
void OnDestruct() override;
void DidStartLoading() override;
void DidStopLoading() override;
void DidFailProvisionalLoad(blink::WebLocalFrame* frame,
const blink::WebURLError& error) override;