Index: chrome/browser/ui/apps/chrome_app_delegate.h |
diff --git a/chrome/browser/ui/apps/chrome_app_delegate.h b/chrome/browser/ui/apps/chrome_app_delegate.h |
index f1fed82e0271837e64108fa916653d261a37f1ec..37432322e4cfc2dbc249047835edbd02ac2a83dc 100644 |
--- a/chrome/browser/ui/apps/chrome_app_delegate.h |
+++ b/chrome/browser/ui/apps/chrome_app_delegate.h |
@@ -20,9 +20,9 @@ class ScopedKeepAlive; |
class ChromeAppDelegate : public extensions::AppDelegate, |
public content::NotificationObserver { |
public: |
- // Pass a ScopedKeepAlive to prevent the browser process from shutting down |
- // while this object exists. |
- explicit ChromeAppDelegate(scoped_ptr<ScopedKeepAlive> keep_alive); |
+ // Params: |
+ // keep_alive: Whether this object should keep the browser alive. |
+ explicit ChromeAppDelegate(bool keep_alive); |
~ChromeAppDelegate() override; |
static void DisableExternalOpenForTesting(); |