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

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: fix browser test 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..7d2219da3f5153a7d6d124adb002e06fe22800a0 100644
--- a/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
+++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac.mm
@@ -13,7 +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/generated_resources.h"
+#include "grit/chromium_strings.h"
#include "ui/base/l10n/l10n_util_mac.h"
// Default window size. Taken from the views implementation in
@@ -108,7 +108,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])) {
« no previous file with comments | « chrome/browser/resources/user_manager/user_manager_tutorial.js ('k') | chrome/browser/ui/views/profiles/user_manager_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698