Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2014 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. | |
| 4 | |
| 5 #include "chrome/browser/ui/views/chrome_constrained_window_views_client.h" | |
| 6 | |
| 7 scoped_ptr<ConstrainedWindowViewsClient> | |
| 8 CreateChromeConstrainedWindowViewsClient() { | |
| 9 // Mac toolkit-views doesn't use constrained windows yet. | |
| 10 // TODO(tapted): Delete this file when it does. | |
| 11 return nullptr; | |
| 12 } | |
| OLD | NEW |