| Index: mash/task_viewer/task_viewer.cc
|
| diff --git a/mash/task_viewer/task_viewer.cc b/mash/task_viewer/task_viewer.cc
|
| index feeb82cfb78567e0df0efe578b016dcf7edf8326..434df7d43840a8a96b211a9817c1a8411fd84d09 100644
|
| --- a/mash/task_viewer/task_viewer.cc
|
| +++ b/mash/task_viewer/task_viewer.cc
|
| @@ -88,6 +88,7 @@ class TaskViewerContents : public views::WidgetDelegateView,
|
| // TODO(beng): use resources.
|
| return base::ASCIIToUTF16("Tasks");
|
| }
|
| + bool CanResize() const override { return true; }
|
|
|
| gfx::ImageSkia GetWindowAppIcon() override {
|
| // TODO(jamescook): Create a new .pak file for this app and make a custom
|
|
|