Chromium Code Reviews| Index: sky/shell/ui/engine.cc |
| diff --git a/sky/shell/ui/engine.cc b/sky/shell/ui/engine.cc |
| index 9333a41562f06f4095d91f98c42bfc94126de604..5cc3632ac65b71ded5b43154c9648920a822d20d 100644 |
| --- a/sky/shell/ui/engine.cc |
| +++ b/sky/shell/ui/engine.cc |
| @@ -159,5 +159,9 @@ void Engine::RequestNavigate(mojo::Target target, |
| void Engine::DidNavigateLocally(const mojo::String& url) { |
| } |
| +void Engine::RequestNavigateHistory(int32_t delta) { |
| + NOTIMPLEMENTED(); |
| +} |
| + |
| } // namespace shell |
| } // namespace sky |