| Index: chrome/browser/ui/views/apps/chrome_native_app_window_views_win.h
|
| diff --git a/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.h b/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.h
|
| index bf093ee532c2455ccd69f7cda0662ff6889f7791..cd5bbf128c98b0499b5e17c3bf833322d867cc40 100644
|
| --- a/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.h
|
| +++ b/chrome/browser/ui/views/apps/chrome_native_app_window_views_win.h
|
| @@ -30,7 +30,6 @@ class ChromeNativeAppWindowViewsWin : public ChromeNativeAppWindowViewsAura {
|
| const web_app::ShortcutInfo& shortcut_info);
|
|
|
| HWND GetNativeAppWindowHWND() const;
|
| - bool IsRunningInAsh();
|
| void EnsureCaptionStyleSet();
|
|
|
| // Overridden from ChromeNativeAppWindowViews:
|
| @@ -52,7 +51,6 @@ class ChromeNativeAppWindowViewsWin : public ChromeNativeAppWindowViewsAura {
|
| GlassAppWindowFrameViewWin* glass_frame_view_;
|
|
|
| // The Windows Application User Model ID identifying the app.
|
| - // Not set for windows running inside Ash.
|
| base::string16 app_model_id_;
|
|
|
| // Whether the InitParams indicated that this window should be translucent.
|
|
|