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

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: Rebase 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 ceaca218b63e0721d3d8748ff69a04bacfd4be80..af813013535b1c3a7d906bd8cb490c0cd203f2ce 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,19 +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* CreateStandardAppWindowFrame();
+ virtual apps::AppWindowFrameView* CreateNonStandardAppWindowFrame();
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();
-
// ui::BaseWindow implementation.
virtual ui::WindowShowState GetRestoredState() const OVERRIDE;
virtual bool IsAlwaysOnTop() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698