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

Unified Diff: sky/shell/ui/engine.cc

Issue 957973003: Fix sky shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « sky/shell/ui/engine.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sky/shell/ui/engine.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698