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

Unified Diff: chrome/browser/ui/views/extensions/shell_window_views.cc

Issue 10542031: Suffix Chrome's appid on user-level installs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on hkcu@appname@suffix@r142136 Created 8 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/extensions/shell_window_views.cc
diff --git a/chrome/browser/ui/views/extensions/shell_window_views.cc b/chrome/browser/ui/views/extensions/shell_window_views.cc
index 0d32d0ac5d87245e251127fd8977c19e9ef52321..debb3e72da03a35a9c0c75b989f2b13dae9aac62 100644
--- a/chrome/browser/ui/views/extensions/shell_window_views.cc
+++ b/chrome/browser/ui/views/extensions/shell_window_views.cc
@@ -204,7 +204,7 @@ ShellWindowViews::ShellWindowViews(Profile* profile,
std::string app_name = web_app::GenerateApplicationNameFromExtensionId(
extension->id());
ui::win::SetAppIdForWindow(
- ShellIntegration::GetAppId(UTF8ToWide(app_name),
+ ShellIntegration::GetProfileAppId(UTF8ToWide(app_name),
profile->GetPath()),
grt (UTC plus 2) 2012/06/15 03:03:03 indent to align profile with UTF8 above
gab 2012/06/15 19:01:04 Done.
GetWidget()->GetTopLevelWidget()->GetNativeWindow());
#endif

Powered by Google App Engine
This is Rietveld 408576698