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

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

Issue 213743017: Remove title and icon from chrome apps native style title bars. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed leak in test Created 6 years, 8 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 ceaca218b63e0721d3d8748ff69a04bacfd4be80..864c0c3e4148af4e0b5254e25592eb86bc73edcf 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
@@ -39,18 +39,13 @@ class ChromeNativeAppWindowViews : public apps::NativeAppWindowViews,
const apps::AppWindow::CreateParams& create_params);
virtual void InitializePanelWindow(
const apps::AppWindow::CreateParams& create_params);
+ virtual views::NonClientFrameView* CreateStandardDesktopAppFrame();
private:
FRIEND_TEST_ALL_PREFIXES(ShapedAppWindowTargeterTest,
ResizeInsetsWithinBounds);
- // 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* CreateNonStandardAppFrame();
// ui::BaseWindow implementation.
virtual ui::WindowShowState GetRestoredState() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698