| Index: chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| index a5e8d37d486e5d2753fb7ec73e215adbe332556a..4320241e285d890cb8be7554c318a5fafffde6ea 100644
|
| --- a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| +++ b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| @@ -48,5 +48,9 @@ PopupNonClientFrameView::GetTabStripInsets(bool restored) const {
|
| return TabStripInsets();
|
| }
|
|
|
| +int PopupNonClientFrameView::GetThemeBackgroundXInset() const {
|
| + return 0;
|
| +}
|
| +
|
| void PopupNonClientFrameView::UpdateThrobber(bool running) {
|
| }
|
|
|