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

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

Issue 210363004: Linux: App windows with frame: chrome and no color are now native. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed window_ field from AppWindowFrameView. 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/apps/chrome_native_app_window_views.h
diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views.h b/chrome/browser/ui/views/apps/chrome_native_app_window_views.h
index 935025249b4a1d1d468bdcaca8c329c53bb54b4a..c1d044606cb69665271e88b9363651b7fc113931 100644
--- a/chrome/browser/ui/views/apps/chrome_native_app_window_views.h
+++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views.h
@@ -44,15 +44,13 @@ class ChromeNativeAppWindowViews : public apps::NativeAppWindowViews,
FRIEND_TEST_ALL_PREFIXES(ShapedAppWindowTargeterTest,
ResizeInsetsWithinBounds);
- bool ShouldUseNativeFrame() const;
-
// Installs an EasyResizeWindowTargeter on the containing window, which
// allows the window to be resized from within |kResizeInsideBoundsSize|
// pixels inside the window bounds.
void InstallEasyResizeTargeterOnContainer() const;
// Caller owns the returned object.
- apps::AppWindowFrameView* CreateAppWindowFrameView();
+ apps::AppWindowFrameView* CreateAppWindowFrameView(bool has_frame);
// ui::BaseWindow implementation.
virtual ui::WindowShowState GetRestoredState() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698