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

Unified Diff: chrome/common/view_types.h

Issue 1989002: The app launcher had a height of zero as it was not getting preferred size up... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 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/common/view_types.h
===================================================================
--- chrome/common/view_types.h (revision 46475)
+++ chrome/common/view_types.h (working copy)
@@ -34,9 +34,6 @@
static const char* kNotification;
static const char* kAll;
- // Return true if a view type should automatically resize to fit its contents.
- static bool ShouldAutoResize(Type);
-
private:
// This class is for scoping only, so you shouldn't create an instance of it.
ViewType() {}

Powered by Google App Engine
This is Rietveld 408576698