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

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

Issue 1588853002: Removal of ash related code from chrome_native_app_window_views_win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/ui/views/apps/chrome_native_app_window_views_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698