| Index: chrome/browser/chromeos/app_mode/app_session_lifetime.cc
|
| diff --git a/chrome/browser/chromeos/app_mode/app_session_lifetime.cc b/chrome/browser/chromeos/app_mode/app_session_lifetime.cc
|
| index 3e4aadcba7dbe13dd73a4a1c309109f974dd79e1..48514f0f9ff186d768175a79b7f12616df313727 100644
|
| --- a/chrome/browser/chromeos/app_mode/app_session_lifetime.cc
|
| +++ b/chrome/browser/chromeos/app_mode/app_session_lifetime.cc
|
| @@ -36,9 +36,10 @@ class AppWindowWatcher : public ShellWindowRegistry::Observer {
|
|
|
| private:
|
| // extensions::ShellWindowRegistry::Observer overrides:
|
| - virtual void OnShellWindowAdded(ShellWindow* shell_window) OVERRIDE {}
|
| - virtual void OnShellWindowIconChanged(ShellWindow* shell_window) OVERRIDE {}
|
| - virtual void OnShellWindowRemoved(ShellWindow* shell_window) OVERRIDE {
|
| + virtual void OnShellWindowAdded(apps::ShellWindow* shell_window) OVERRIDE {}
|
| + virtual void OnShellWindowIconChanged(apps::ShellWindow* shell_window)
|
| + OVERRIDE {}
|
| + virtual void OnShellWindowRemoved(apps::ShellWindow* shell_window) OVERRIDE {
|
| if (window_registry_->shell_windows().empty()) {
|
| chrome::AttemptUserExit();
|
| window_registry_->RemoveObserver(this);
|
|
|