| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 9231df5ccf263afaa42db6a945c5e45e222bb9a6..f531abe5aaff2eb6998c026661bd49a61adf0f6c 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -330,6 +330,11 @@ class Browser : public TabHandlerDelegate,
|
| // cleanup.
|
| void OnWindowClosing();
|
|
|
| + // OnWindowActivationChanged handling ///////////////////////////////////////
|
| +
|
| + // Invoked when the window containing us is activated.
|
| + void OnWindowActivated();
|
| +
|
| // In-progress download termination handling /////////////////////////////////
|
|
|
| // Are normal and/or incognito downloads in progress?
|
|
|