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

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

Issue 346713002: Don't set app window WS_CAPTION style when running in ash mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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_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 70ab68081ba9a63365b42d75ffc5534dd8b7006c..a9b9ff1726734809c469256c5965a6f6a85dd8f0 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,6 +30,7 @@ class ChromeNativeAppWindowViewsWin : public ChromeNativeAppWindowViews {
const web_app::ShortcutInfo& shortcut_info);
HWND GetNativeAppWindowHWND() const;
+ bool IsRunningInAsh();
void EnsureCaptionStyleSet();
// Overridden from ChromeNativeAppWindowViews:

Powered by Google App Engine
This is Rietveld 408576698