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

Unified Diff: chrome/browser/ui/user_manager.h

Issue 605503002: Shrink the user manager to 800x600. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/user_manager.h
diff --git a/chrome/browser/ui/user_manager.h b/chrome/browser/ui/user_manager.h
index 15877de7c6146e5d48911430584fe920a3f5d95b..8c601177f1388b18d8e8e63c67cdaaad36575daa 100644
--- a/chrome/browser/ui/user_manager.h
+++ b/chrome/browser/ui/user_manager.h
@@ -29,6 +29,11 @@ class UserManager {
// Returns whether the User Manager is showing.
static bool IsShowing();
+ // TODO(noms): Figure out if this size can be computed dynamically or adjusted
+ // for smaller screens.
+ static const int kWindowWidth = 800;
+ static const int kWindowHeight = 600;
+
private:
DISALLOW_COPY_AND_ASSIGN(UserManager);
};
« no previous file with comments | « chrome/browser/ui/cocoa/profiles/user_manager_mac.mm ('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