| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| index 364c02a16958461fceecf4a83710365deff02211..90c69f68d4f1b8f9b6fb1fdbd033b529db5bd148 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| @@ -89,6 +89,7 @@ class BrowserNonClientFrameView : public views::NonClientFrameView,
|
| // views::NonClientFrameView:
|
| void ViewHierarchyChanged(
|
| const ViewHierarchyChangedDetails& details) override;
|
| + void ActivationChanged(bool active) override;
|
|
|
| // ProfileAttributesStorage::Observer:
|
| void OnProfileAdded(const base::FilePath& profile_path) override;
|
|
|