| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 5aa2819e704137e8fe31877301e7c08f893648df..895b108313e950dd8ecfa43d602445807569fc34 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -534,8 +534,9 @@ void Browser::InitBrowserWindow() {
|
| // name. See http://crbug.com/7028.
|
| ui::win::SetAppIdForWindow(
|
| is_app() && !is_type_panel() ?
|
| - ShellIntegration::GetAppId(UTF8ToWide(app_name_), profile_->GetPath()) :
|
| - ShellIntegration::GetChromiumAppId(profile_->GetPath()),
|
| + ShellIntegration::GetAppModelIdForProfile(UTF8ToWide(app_name_),
|
| + profile_->GetPath()) :
|
| + ShellIntegration::GetChromiumModelIdForProfile(profile_->GetPath()),
|
| window()->GetNativeWindow());
|
|
|
| if (is_type_panel()) {
|
|
|