Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
| index 449542afcd24e58eb13dcd314867d7d96b3438db..047d1d2fa225cc9c8b7f0daaaac4ad1a049344ac 100644 |
| --- a/chrome/browser/ui/browser.h |
| +++ b/chrome/browser/ui/browser.h |
| @@ -301,6 +301,9 @@ class Browser : public TabStripModelDelegate, |
| // Prepares a title string for display (removes embedded newlines, etc). |
| static void FormatTitleForDisplay(string16* title); |
| + // Indicates if debugger is attached for the current tab. |
| + bool IsDebuggerAttachedForCurrentTab() const; |
|
pfeldman
2012/07/10 16:44:56
IsDebuggerAttachedToCurrentTab ?
|
| + |
| // OnBeforeUnload handling ////////////////////////////////////////////////// |
| // Gives beforeunload handlers the chance to cancel the close. |