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

Unified Diff: chrome/browser/user_data_manager.cc

Issue 399045: Set prop app id for chromium/application shortcut. (Closed)
Patch Set: more for hbono Created 11 years, 1 month 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/user_data_manager.cc
diff --git a/chrome/browser/user_data_manager.cc b/chrome/browser/user_data_manager.cc
index bd2ba88c493a179feb93c5f083d147d7d81d6a38..7a50ba16e2555214eb7865ff0ececb92df1eea77 100644
--- a/chrome/browser/user_data_manager.cc
+++ b/chrome/browser/user_data_manager.cc
@@ -257,7 +257,8 @@ bool UserDataManager::CreateDesktopShortcutForProfile(
args.c_str(),
NULL,
exe_path.c_str(),
- 0);
+ 0,
+ chrome::kBrowserAppId);
#else
// TODO(port): should probably use freedesktop.org standard for desktop files.
NOTIMPLEMENTED();

Powered by Google App Engine
This is Rietveld 408576698