Index: chrome/browser/ui/ash/chrome_shell_delegate.cc |
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc |
index 56997546e2bb3d9cde81bbd7c509a07e63f9c85d..d91e568e084a168eafbaf92957a8b566c2ed7e20 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc |
@@ -58,6 +58,10 @@ ChromeShellDelegate::~ChromeShellDelegate() { |
instance_ = NULL; |
} |
+bool ChromeShellDelegate::IsRunningInForcedAppMode() const { |
+ return chrome::IsRunningInForcedAppMode(); |
+} |
+ |
void ChromeShellDelegate::UnlockScreen() { |
// This is used only for testing thus far. |
NOTIMPLEMENTED(); |