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

Unified Diff: chrome/browser/shell_integration.cc

Issue 12208085: On Linux, automatically create app shortcuts on install or update. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rename and move some functions to more appropriate names/places. Created 7 years, 9 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/shell_integration.cc
diff --git a/chrome/browser/shell_integration.cc b/chrome/browser/shell_integration.cc
index ec5d60110c2a433348578a22d58296254d48797f..ba677506dff50a52df87bc34debada8c0ae5de09 100644
--- a/chrome/browser/shell_integration.cc
+++ b/chrome/browser/shell_integration.cc
@@ -35,7 +35,8 @@ ShellIntegration::ShortcutInfo::~ShortcutInfo() {}
ShellIntegration::ShortcutLocations::ShortcutLocations()
: on_desktop(false),
in_applications_menu(false),
- in_quick_launch_bar(false) {
+ in_quick_launch_bar(false),
+ hidden(false) {
}
static const struct ShellIntegration::AppModeInfo* gAppModeInfo = NULL;

Powered by Google App Engine
This is Rietveld 408576698