Chromium Code Reviews| Index: chrome/browser/ui/cocoa/profiles/user_manager_mac.mm |
| diff --git a/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm b/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm |
| index 446ff2acbf6dca6e55a14208368a0ca1d01b7b09..e344209a1033beed4eedb13b00194ff40508321d 100644 |
| --- a/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm |
| +++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm |
| @@ -13,6 +13,7 @@ |
| #include "content/public/browser/native_web_keyboard_event.h" |
| #include "content/public/browser/web_contents.h" |
| #include "content/public/browser/web_contents_delegate.h" |
| +#include "grit/chromium_strings.h" |
| #include "grit/generated_resources.h" |
|
msw
2014/08/04 20:17:55
You can remove this now, right?
noms (inactive)
2014/08/06 18:41:24
Done.
|
| #include "ui/base/l10n/l10n_util_mac.h" |
| @@ -108,7 +109,7 @@ class UserManagerWebContentsDelegate : public content::WebContentsDelegate { |
| NSResizableWindowMask |
| backing:NSBackingStoreBuffered |
| defer:NO]; |
| - [window setTitle:l10n_util::GetNSString(IDS_USER_MANAGER_SCREEN_TITLE)]; |
| + [window setTitle:l10n_util::GetNSString(IDS_PRODUCT_NAME)]; |
| [window setMinSize:NSMakeSize(kWindowWidth, kWindowHeight)]; |
| if ((self = [super initWithWindow:window])) { |