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

Side by Side Diff: ui/views/test/test_views_delegate.cc

Issue 194843004: Move files from ui/views/corewm to ui/wm/core (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 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
« no previous file with comments | « ui/views/test/child_modal_window.cc ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 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 "ui/views/test/test_views_delegate.h" 5 #include "ui/views/test/test_views_delegate.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/logging.h" 8 #include "base/logging.h"
9 #include "content/public/test/web_contents_tester.h" 9 #include "content/public/test/web_contents_tester.h"
10 #include "ui/views/corewm/wm_state.h" 10 #include "ui/wm/core/wm_state.h"
11 11
12 #if !defined(OS_CHROMEOS) 12 #if !defined(OS_CHROMEOS)
13 #include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h" 13 #include "ui/views/widget/desktop_aura/desktop_native_widget_aura.h"
14 #include "ui/views/widget/native_widget_aura.h" 14 #include "ui/views/widget/native_widget_aura.h"
15 #endif 15 #endif
16 16
17 namespace views { 17 namespace views {
18 18
19 TestViewsDelegate::TestViewsDelegate() 19 TestViewsDelegate::TestViewsDelegate()
20 : use_transparent_windows_(false) { 20 : use_transparent_windows_(false) {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 else 71 else
72 params->opacity = Widget::InitParams::OPAQUE_WINDOW; 72 params->opacity = Widget::InitParams::OPAQUE_WINDOW;
73 } 73 }
74 } 74 }
75 75
76 base::TimeDelta TestViewsDelegate::GetDefaultTextfieldObscuredRevealDuration() { 76 base::TimeDelta TestViewsDelegate::GetDefaultTextfieldObscuredRevealDuration() {
77 return base::TimeDelta(); 77 return base::TimeDelta();
78 } 78 }
79 79
80 } // namespace views 80 } // namespace views
OLDNEW
« no previous file with comments | « ui/views/test/child_modal_window.cc ('k') | ui/views/test/views_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698