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

Unified Diff: apps/ui/views/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: apps/ui/views/native_app_window_views.h
diff --git a/apps/ui/views/native_app_window_views.h b/apps/ui/views/native_app_window_views.h
index 47f4ba1b537e4b49eff8b1b47a524e08ad743f26..283e7c1464abc0af4c283abaca0864b9c20e669a 100644
--- a/apps/ui/views/native_app_window_views.h
+++ b/apps/ui/views/native_app_window_views.h
@@ -52,8 +52,6 @@ class NativeAppWindowViews : public NativeAppWindow,
void Init(AppWindow* app_window,
const AppWindow::CreateParams& create_params);
- views::Widget* widget() { return widget_; }
-
void set_window_for_testing(views::Widget* window) { widget_ = window; }
void set_web_view_for_testing(views::WebView* view) { web_view_ = view; }
@@ -61,6 +59,7 @@ class NativeAppWindowViews : public NativeAppWindow,
AppWindow* app_window() { return app_window_; }
const AppWindow* app_window() const { return app_window_; }
+ views::Widget* widget() { return widget_; }
const views::Widget* widget() const { return widget_; }
views::WebView* web_view() { return web_view_; }
« no previous file with comments | « apps/ui/views/app_window_frame_view.cc ('k') | chrome/browser/ui/views/apps/app_window_desktop_native_widget_aura_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698