提交 30cd9363 编写于 作者: B Benjamin Lerman

Fix sky shell.

This add the missing RequestNavigateHistory method on sky::Engine.

It is currently not implemented.

TBR=abarth@chromium.org

Review URL: https://codereview.chromium.org/957973003
上级 cec128f4
...@@ -159,5 +159,9 @@ void Engine::RequestNavigate(mojo::Target target, ...@@ -159,5 +159,9 @@ void Engine::RequestNavigate(mojo::Target target,
void Engine::DidNavigateLocally(const mojo::String& url) { void Engine::DidNavigateLocally(const mojo::String& url) {
} }
void Engine::RequestNavigateHistory(int32_t delta) {
NOTIMPLEMENTED();
}
} // namespace shell } // namespace shell
} // namespace sky } // namespace sky
...@@ -73,6 +73,7 @@ class Engine : public UIDelegate, ...@@ -73,6 +73,7 @@ class Engine : public UIDelegate,
void RequestNavigate(mojo::Target target, void RequestNavigate(mojo::Target target,
mojo::URLRequestPtr request) override; mojo::URLRequestPtr request) override;
void DidNavigateLocally(const mojo::String& url) override; void DidNavigateLocally(const mojo::String& url) override;
void RequestNavigateHistory(int32_t delta) override;
void UpdateWebViewSize(); void UpdateWebViewSize();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册