| Index: chrome/browser/chromeos/login/screens/mock_device_disabled_screen_actor.h
|
| diff --git a/chrome/browser/chromeos/login/screens/mock_device_disabled_screen_actor.h b/chrome/browser/chromeos/login/screens/mock_device_disabled_screen_actor.h
|
| deleted file mode 100644
|
| index e124e066334cb090689853b6066f36e6b8ce11a3..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/chromeos/login/screens/mock_device_disabled_screen_actor.h
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_MOCK_DEVICE_DISABLED_SCREEN_ACTOR_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_MOCK_DEVICE_DISABLED_SCREEN_ACTOR_H_
|
| -
|
| -#include "chrome/browser/chromeos/login/screens/device_disabled_screen_actor.h"
|
| -#include "testing/gmock/include/gmock/gmock.h"
|
| -
|
| -namespace chromeos {
|
| -
|
| -class MockDeviceDisabledScreenActor : public DeviceDisabledScreenActor {
|
| - public:
|
| - MockDeviceDisabledScreenActor();
|
| - ~MockDeviceDisabledScreenActor() override;
|
| -
|
| - void SetDelegate(Delegate* delegate) override;
|
| -
|
| - MOCK_METHOD0(Show, void());
|
| - MOCK_METHOD0(Hide, void());
|
| - MOCK_METHOD1(UpdateMessage, void(const std::string& message));
|
| -
|
| - private:
|
| - MOCK_METHOD1(MockSetDelegate, void(Delegate* delegate));
|
| -
|
| - Delegate* delegate_;
|
| -};
|
| -
|
| -} // namespace chromeos
|
| -
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_MOCK_DEVICE_DISABLED_SCREEN_ACTOR_H_
|
|
|