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); |
}; |