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

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

Issue 589303002: App windows launched in windows ASH should not be messing with the AppUserModelId for the remote HW… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review comments Created 6 years, 3 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 57f318d7ec459a8dc4bb14f727a248ff32003983..ba93ef52f02f9b1cc380cdcd782f66dc6de22260 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
@@ -54,6 +54,7 @@ class ChromeNativeAppWindowViewsWin : public ChromeNativeAppWindowViews {
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_;
base::WeakPtrFactory<ChromeNativeAppWindowViewsWin> weak_ptr_factory_;
« 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