diff options
author | hshi@chromium.org <hshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 22:50:54 +0000 |
---|---|---|
committer | hshi@chromium.org <hshi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-13 22:50:54 +0000 |
commit | def4e42d382c8c658335902a798c451c83498409 (patch) | |
tree | 1b99b370b028be13ce5fc7d282d8331bc5a6c450 /ash | |
parent | 9fe96897a247991b09ac546566b38370427a62a5 (diff) | |
download | chromium_src-def4e42d382c8c658335902a798c451c83498409.zip chromium_src-def4e42d382c8c658335902a798c451c83498409.tar.gz chromium_src-def4e42d382c8c658335902a798c451c83498409.tar.bz2 |
ash: Drive detailed view to always use main popup size.
Remove the PreferredSizeChanged() call in DriveDetailedView::Update().
Detailed views should not dictate a preferred size; it should inherit
whatever size the main popup has.
BUG=135491
TEST=lumpy
Review URL: https://chromiumcodereview.appspot.com/10704211
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146675 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash')
-rw-r--r-- | ash/system/drive/tray_drive.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/system/drive/tray_drive.cc b/ash/system/drive/tray_drive.cc index b803db0..a81ca83 100644 --- a/ash/system/drive/tray_drive.cc +++ b/ash/system/drive/tray_drive.cc @@ -115,7 +115,6 @@ class DriveDetailedView : public TrayDetailsView, AppendSettings(); AppendHeaderEntry(list); - PreferredSizeChanged(); SchedulePaint(); } |