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

Side by Side Diff: chrome/browser/chromeos/frame/dom_browser_view_layout.cc

Issue 6726022: Refactored DOMBrowser files to be under chromeos/frame instead of chromeos/webui/login/browser. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 9 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/chromeos/webui/login/browser/dom_browser_view_layout.h" 5 #include "chrome/browser/chromeos/frame/dom_browser_view_layout.h"
6 6
7 #include <algorithm> 7 #include <algorithm>
8 8
9 #include "chrome/browser/chromeos/status/status_area_view.h" 9 #include "chrome/browser/chromeos/status/status_area_view.h"
10 #include "chrome/browser/chromeos/view_ids.h" 10 #include "chrome/browser/chromeos/view_ids.h"
11 #include "views/window/hit_test.h" 11 #include "views/window/hit_test.h"
12 12
13 namespace chromeos { 13 namespace chromeos {
14 14
15 // DOMBrowserViewLayout public: ------------------------------------------------ 15 // DOMBrowserViewLayout public: ------------------------------------------------
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 status_size.width(), 88 status_size.width(),
89 status_size.height()); 89 status_size.height());
90 return status_size.height(); 90 return status_size.height();
91 } 91 }
92 92
93 const DOMBrowserView* DOMBrowserViewLayout::GetDOMBrowserView() { 93 const DOMBrowserView* DOMBrowserViewLayout::GetDOMBrowserView() {
94 return static_cast<DOMBrowserView*>(browser_view_); 94 return static_cast<DOMBrowserView*>(browser_view_);
95 } 95 }
96 96
97 } // namespace chromeos 97 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/frame/dom_browser_view_layout.h ('k') | chrome/browser/chromeos/webui/login/login_container_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698