| Index: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
|
| diff --git a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
|
| index 61bebd905c94b2da05395a2aafd74412b8018d2d..21288e4c778bc024f6e780583f9b23f8857ee42e 100644
|
| --- a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
|
| +++ b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
|
| @@ -232,6 +232,10 @@ AppNonClientFrameViewAura::GetTabStripInsets(bool restored) const {
|
| return TabStripInsets();
|
| }
|
|
|
| +int AppNonClientFrameViewAura::GetThemeBackgroundXInset() const {
|
| + return 0;
|
| +}
|
| +
|
| void AppNonClientFrameViewAura::UpdateThrobber(bool running) {
|
| }
|
|
|
|
|