Index: chrome/browser/ui/views/frame/browser_view.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc |
index 66f94a6abf38d8c66fd75458e3a17bab019d723f..e1615e1cb341f51d3c14b1beb56e315f3a3f5ee5 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -2090,10 +2090,9 @@ void BrowserView::InitViews() { |
browser_->profile()); |
#if defined(USE_AURA) |
- // Stow a pointer to the browser's original profile onto the window handle so |
+ // Stow a pointer to the browser's profile onto the window handle so |
// that windows will be styled with the appropriate NativeTheme. |
- SetThemeProfileForWindow(GetNativeWindow(), |
- browser_->profile()->GetOriginalProfile()); |
+ SetThemeProfileForWindow(GetNativeWindow(), browser_->profile()); |
#endif |
LoadAccelerators(); |