Index: chrome/browser/background/background_contents_service.h |
diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h |
index 380982b9bcb26c126d120f649b7929f291525f64..1448af6fed2d04c93b9084239d9161c3a1021123 100644 |
--- a/chrome/browser/background/background_contents_service.h |
+++ b/chrome/browser/background/background_contents_service.h |
@@ -75,6 +75,10 @@ class BackgroundContentsService : private content::NotificationObserver, |
static void ShowBalloonForTesting(const extensions::Extension* extension, |
Profile* profile); |
+ // Disable closing the crash notification balloon for tests. |
+ static void DisableCloseBalloonForTesting( |
+ bool disable_close_balloon_for_testing); |
+ |
// Returns the BackgroundContents associated with the passed application id, |
// or NULL if none. |
BackgroundContents* GetAppBackgroundContents(const base::string16& appid); |