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

Unified Diff: extensions/shell/browser/shell_runtime_api_delegate.cc

Issue 1970613003: Add a new app API to enable watchdog behavior restarts in kiosk apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missing include Created 4 years, 6 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: extensions/shell/browser/shell_runtime_api_delegate.cc
diff --git a/extensions/shell/browser/shell_runtime_api_delegate.cc b/extensions/shell/browser/shell_runtime_api_delegate.cc
index 1d0a06fa8bdab594d67d28ca806bb39962ee6872..0102ba036f91dbe9228b7c432f4d13225cf07588 100644
--- a/extensions/shell/browser/shell_runtime_api_delegate.cc
+++ b/extensions/shell/browser/shell_runtime_api_delegate.cc
@@ -64,4 +64,8 @@ bool ShellRuntimeAPIDelegate::RestartDevice(std::string* error_message) {
return false;
}
+void ShellRuntimeAPIDelegate::SetOnDeviceShutdownCallback(
+ const base::Closure& callback) {
+}
+
} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698