Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4671)

Unified Diff: chrome/browser/ui/views/frame/browser_frame_ash.cc

Issue 58853004: [win8] Force browsers created with Chrome in Metro mode to be on the Ash desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move from browser_commands to BrowserWindow Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/frame/browser_frame_ash.cc
diff --git a/chrome/browser/ui/views/frame/browser_frame_ash.cc b/chrome/browser/ui/views/frame/browser_frame_ash.cc
index d457dcea390a9829277841976d4dc121166a361f..50f4f2dd37de7795c86f441644d01a7de26ef5b7 100644
--- a/chrome/browser/ui/views/frame/browser_frame_ash.cc
+++ b/chrome/browser/ui/views/frame/browser_frame_ash.cc
@@ -214,12 +214,12 @@ int BrowserFrameAsh::GetMinimizeButtonOffset() const {
void BrowserFrameAsh::TabStripDisplayModeChanged() {
}
-///////////////////////////////////////////////////////////////////////////////
-// BrowserFrameAsh, private:
-
BrowserFrameAsh::~BrowserFrameAsh() {
}
+///////////////////////////////////////////////////////////////////////////////
+// BrowserFrameAsh, private:
+
void BrowserFrameAsh::SetWindowAutoManaged() {
if (browser_view_->browser()->type() != Browser::TYPE_POPUP ||
browser_view_->browser()->is_app()) {
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame_ash.h ('k') | chrome/browser/ui/views/frame/browser_frame_ashwin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698