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 f7f277b63942354de1b5b565ab1c7e2b3f49f82a..364c02a16958461fceecf4a83710365deff02211 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 |
@@ -86,6 +86,10 @@ class BrowserNonClientFrameView : public views::NonClientFrameView, |
void UpdateOldAvatarButton(); |
private: |
+ // views::NonClientFrameView: |
+ void ViewHierarchyChanged( |
+ const ViewHierarchyChangedDetails& details) override; |
+ |
// ProfileAttributesStorage::Observer: |
void OnProfileAdded(const base::FilePath& profile_path) override; |
void OnProfileWasRemoved(const base::FilePath& profile_path, |