| Index: ash/shell/window_watcher.cc
|
| diff --git a/ash/shell/window_watcher.cc b/ash/shell/window_watcher.cc
|
| index 311e47a589b48ce6b69450d4d11afe2519327020..1ca47e11ba2cd39218b4bdda94586df518727878 100644
|
| --- a/ash/shell/window_watcher.cc
|
| +++ b/ash/shell/window_watcher.cc
|
| @@ -100,7 +100,7 @@ void WindowWatcher::OnWindowAdded(aura::Window* new_window) {
|
| ShelfItem item;
|
| item.type = new_window->type() == ui::wm::WINDOW_TYPE_PANEL
|
| ? ash::TYPE_APP_PANEL
|
| - : ash::TYPE_PLATFORM_APP;
|
| + : ash::TYPE_APP;
|
| ash::ShelfID id = model->next_id();
|
| id_to_window_[id] = new_window;
|
|
|
|
|