Skip to content

Commit

Permalink
Delete old SmartDeploy UI.
Browse files Browse the repository at this point in the history
BUG=447642, 444669

Review URL: https://codereview.chromium.org/850573004

Cr-Commit-Position: refs/heads/master@{#311307}
  • Loading branch information
rsadam authored and Commit bot committed Jan 13, 2015
1 parent 33316c8 commit 2cf0bee
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 296 deletions.
4 changes: 0 additions & 4 deletions ash/ash.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,6 @@
'system/chromeos/tray_display.h',
'system/chromeos/tray_tracing.cc',
'system/chromeos/tray_tracing.h',
'system/chromeos/virtual_keyboard/tray_keyboard_lock.cc',
'system/chromeos/virtual_keyboard/tray_keyboard_lock.h',
'system/chromeos/virtual_keyboard/tray_keyboard_lock_unittest.h',
'system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc',
'system/chromeos/virtual_keyboard/virtual_keyboard_tray.h',
'system/chromeos/virtual_keyboard/virtual_keyboard_observer.h',
Expand Down Expand Up @@ -809,7 +806,6 @@
'system/chromeos/session/tray_session_length_limit_unittest.cc',
'system/chromeos/supervised/tray_supervised_user_unittest.cc',
'system/chromeos/tray_display_unittest.cc',
'system/chromeos/virtual_keyboard/tray_keyboard_lock_unittest.cc',
'system/date/date_view_unittest.cc',
'system/overview/overview_button_tray_unittest.cc',
'system/tray/media_security/multi_profile_media_tray_item_unittest.cc',
Expand Down
125 changes: 0 additions & 125 deletions ash/system/chromeos/virtual_keyboard/tray_keyboard_lock.cc

This file was deleted.

44 changes: 0 additions & 44 deletions ash/system/chromeos/virtual_keyboard/tray_keyboard_lock.h

This file was deleted.

121 changes: 0 additions & 121 deletions ash/system/chromeos/virtual_keyboard/tray_keyboard_lock_unittest.cc

This file was deleted.

2 changes: 0 additions & 2 deletions ash/system/tray/system_tray.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
#include "ash/system/chromeos/tray_caps_lock.h"
#include "ash/system/chromeos/tray_display.h"
#include "ash/system/chromeos/tray_tracing.h"
#include "ash/system/chromeos/virtual_keyboard/tray_keyboard_lock.h"
#include "ash/system/tray/media_security/multi_profile_media_tray_item.h"
#include "ui/message_center/message_center.h"
#elif defined(OS_WIN)
Expand Down Expand Up @@ -187,7 +186,6 @@ void SystemTray::CreateItems(SystemTrayDelegate* delegate) {
AddTrayItem(screen_capture_tray_item_);
screen_share_tray_item_ = new ScreenShareTrayItem(this);
AddTrayItem(screen_share_tray_item_);
AddTrayItem(new TrayKeyboardLock(this));
AddTrayItem(new MultiProfileMediaTrayItem(this));
AddTrayItem(new TrayAudioChromeOs(this));
AddTrayItem(new TrayBrightness(this));
Expand Down

0 comments on commit 2cf0bee

Please sign in to comment.