diff options
Diffstat (limited to 'chrome/browser/background_contents_service.h')
-rw-r--r-- | chrome/browser/background_contents_service.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/background_contents_service.h b/chrome/browser/background_contents_service.h index 48a9a3c..73d9944 100644 --- a/chrome/browser/background_contents_service.h +++ b/chrome/browser/background_contents_service.h @@ -108,6 +108,10 @@ class BackgroundContentsService : private NotificationObserver { typedef std::map<string16, BackgroundContentsInfo> BackgroundContentsMap; BackgroundContentsMap contents_map_; + // If true, should always keep the browser process alive regardless of whether + // there are any BackgroundContents (used for manual/automated testing). + bool always_keep_alive_; + DISALLOW_COPY_AND_ASSIGN(BackgroundContentsService); }; |