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

Unified Diff: chrome/browser/ui/views/apps/native_app_window_views.h

Issue 27029006: apps: Move chrome's ShellWindowFrameView into apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/apps/native_app_window_views.h
diff --git a/chrome/browser/ui/views/apps/native_app_window_views.h b/chrome/browser/ui/views/apps/native_app_window_views.h
index 833393c08d4de3e0dde7776cec5dbd50dfc044a1..29a4128903974e4009609ce980a7486450537d82 100644
--- a/chrome/browser/ui/views/apps/native_app_window_views.h
+++ b/chrome/browser/ui/views/apps/native_app_window_views.h
@@ -23,6 +23,10 @@
class ExtensionKeybindingRegistryViews;
class Profile;
+namespace apps {
+class ShellWindowFrameView;
+}
+
namespace content {
class RenderViewHost;
class WebContents;
@@ -57,6 +61,9 @@ class NativeAppWindowViews : public apps::NativeAppWindow,
bool ShouldUseChromeStyleFrame() const;
+ // Caller owns the returned object.
+ apps::ShellWindowFrameView* CreateShellWindowFrameView();
+
#if defined(OS_WIN)
void OnShortcutInfoLoaded(
const ShellIntegration::ShortcutInfo& shortcut_info);

Powered by Google App Engine
This is Rietveld 408576698