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

Side by Side Diff: apps/ui/native_app_window.h

Issue 157813007: Remove Profile dependency from apps::ShellWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moar. Created 6 years, 10 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
James Cook 2014/02/12 00:46:41 ditto
Ken Rockot(use gerrit already) 2014/02/12 01:05:46 Done.
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 #ifndef APPS_UI_NATIVE_APP_WINDOW_H_ 5 #ifndef APPS_UI_NATIVE_APP_WINDOW_H_
6 #define APPS_UI_NATIVE_APP_WINDOW_H_ 6 #define APPS_UI_NATIVE_APP_WINDOW_H_
7 7
8 #include "apps/shell_window.h" 8 #include "apps/shell_window.h"
9 #include "components/web_modal/web_contents_modal_dialog_host.h" 9 #include "components/web_modal/web_contents_modal_dialog_host.h"
10 #include "ui/base/base_window.h" 10 #include "ui/base/base_window.h"
11 #include "ui/gfx/insets.h" 11 #include "ui/gfx/insets.h"
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 // Updates the minimum and maximum size of the native window with the current 70 // Updates the minimum and maximum size of the native window with the current
71 // size constraints. 71 // size constraints.
72 virtual void UpdateWindowMinMaxSize() = 0; 72 virtual void UpdateWindowMinMaxSize() = 0;
73 73
74 virtual ~NativeAppWindow() {} 74 virtual ~NativeAppWindow() {}
75 }; 75 };
76 76
77 } // namespace apps 77 } // namespace apps
78 78
79 #endif // APPS_UI_NATIVE_APP_WINDOW_H_ 79 #endif // APPS_UI_NATIVE_APP_WINDOW_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698