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

Unified Diff: chrome/browser/ui/cocoa/profiles/user_manager_mac.mm

Issue 440713005: Change the title of the desktop User Manager widget. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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/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])) {

Powered by Google App Engine
This is Rietveld 408576698