No longer register app window placement preference keys on
[chromium-blink-merge.git] / chrome / browser / ui / window_sizer / window_sizer_aura.cc
blob358bd4b5d30acec6647be9bd73617e7f11e1957f
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/ui/window_sizer/window_sizer.h"
7 #include "chrome/browser/ui/host_desktop.h"
9 // This doesn't matter for aura, which has different tiling.
10 // static
11 const int WindowSizer::kWindowTilePixels = 10;
13 // static
14 gfx::Point WindowSizer::GetDefaultPopupOrigin(const gfx::Size& size,
15 chrome::HostDesktopType type) {
16 // TODO(skuhne): Check if this isn't needed anymore (since it is implemented
17 // in WindowPositioner) and remove it.
18 return gfx::Point();