diff options
Diffstat (limited to 'ash/system/chromeos/tray_display.h')
-rw-r--r-- | ash/system/chromeos/tray_display.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ash/system/chromeos/tray_display.h b/ash/system/chromeos/tray_display.h index 4c2faa73..9c823bb 100644 --- a/ash/system/chromeos/tray_display.h +++ b/ash/system/chromeos/tray_display.h @@ -30,7 +30,6 @@ class ASH_EXPORT TrayDisplay : public SystemTrayItem, virtual ~TrayDisplay(); private: - friend class test::AshTestBase; friend class TrayDisplayTest; typedef std::map<int64, DisplayInfo> DisplayInfoMap; @@ -50,10 +49,6 @@ class ASH_EXPORT TrayDisplay : public SystemTrayItem, // Overridden from DisplayControllerObserver: virtual void OnDisplayConfigurationChanged() OVERRIDE; - // Call this with |diabled| = false when the test case wants to see the - // display notification. - static void SetDisplayNotificationsDisabledForTest(bool disabled); - // Test accessors. base::string16 GetDefaultViewMessage(); views::View* default_view() { return default_; } |