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

Unified Diff: chrome/common/view_types.cc

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.cc
===================================================================
--- chrome/common/view_types.cc (revision 46475)
+++ chrome/common/view_types.cc (working copy)
@@ -12,9 +12,3 @@
const char* ViewType::kInfobar = "INFOBAR";
const char* ViewType::kNotification = "NOTIFICATION";
const char* ViewType::kAll = "ALL";
-
-bool ViewType::ShouldAutoResize(ViewType::Type view_type) {
- return (view_type == EXTENSION_TOOLSTRIP ||
- view_type == EXTENSION_MOLE ||
- view_type == EXTENSION_POPUP);
-}

Powered by Google App Engine
This is Rietveld 408576698