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

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

Issue 229343004: Revert 262516 "Remove title and icon from chrome apps native style title bars." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 8e2c093007e3ea662f3da42f2bf8fe062e62df32..ceaca218b63e0721d3d8748ff69a04bacfd4be80 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,13 +39,19 @@ class ChromeNativeAppWindowViews : public apps::NativeAppWindowViews,
const apps::AppWindow::CreateParams& create_params);
virtual void InitializePanelWindow(
const apps::AppWindow::CreateParams& create_params);
- virtual views::NonClientFrameView* CreateStandardDesktopAppFrame();
- virtual apps::AppWindowFrameView* CreateNonStandardAppFrame();
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