| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| index 8cd06b923a0a3ebe409482703a05b1ad55d06c76..a05011c10552fa61f94325223412f9f5f8ab538d 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| @@ -51,7 +51,6 @@
|
| #include "components/signin/core/browser/signin_manager.h"
|
| #include "components/signin/core/common/profile_management_switches.h"
|
| #include "content/public/browser/notification_service.h"
|
| -#include "content/public/browser/render_widget_host_view.h"
|
| #include "content/public/browser/web_contents.h"
|
| #include "google_apis/gaia/oauth2_token_service.h"
|
| #include "grit/theme_resources.h"
|
| @@ -1911,9 +1910,6 @@
|
| NSView* webview = webContents_->GetNativeView();
|
| [webview setFrameSize:NSMakeSize(kFixedGaiaViewWidth, kFixedGaiaViewHeight)];
|
| [container addSubview:webview];
|
| - content::RenderWidgetHostView* rwhv = webContents_->GetRenderWidgetHostView();
|
| - if (rwhv)
|
| - rwhv->SetBackgroundColor(profiles::kAvatarBubbleGaiaBackgroundColor);
|
| yOffset = NSMaxY([webview frame]);
|
|
|
| // Adds the title card.
|
|
|