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

Unified Diff: chrome/browser/web_applications/web_app.h

Issue 311293002: Ensure ephemeral apps have dock icons on mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/web_applications/web_app.h
diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h
index 29e730a017be5f5bcf83590397c4bb87bd4d319c..074d5b7fac9576cbd25248898b2fce20fbd90633 100644
--- a/chrome/browser/web_applications/web_app.h
+++ b/chrome/browser/web_applications/web_app.h
@@ -83,13 +83,12 @@ struct ShortcutLocations {
// implemented yet.
bool in_quick_launch_bar;
-#if defined(OS_POSIX)
// For Linux, this refers to a shortcut which the system knows about (for
// the purpose of identifying windows and giving them the correct
// title/icon), but which does not show up in menus or search results.
// Ignored if applications_menu_location is not APP_MENU_LOCATION_NONE.
+ // For Mac, app shims are not placed in locations indexed by the OS.
bool hidden;
-#endif
};
// This encodes the cause of shortcut creation as the correct behavior in each

Powered by Google App Engine
This is Rietveld 408576698