Cast: Stop logging kVideoFrameSentToEncoder and rename a couple events.
[chromium-blink-merge.git] / chrome / browser / chromeos / login / screens / error_screen_actor_delegate.h
blobc8f2d3d3e29b3844d6fcc4df668275389c76d223
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_ERROR_SCREEN_ACTOR_DELEGATE_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_ERROR_SCREEN_ACTOR_DELEGATE_H_
8 namespace chromeos {
10 class ErrorScreenActorDelegate {
11 public:
12 virtual ~ErrorScreenActorDelegate() {}
13 virtual void OnErrorShow() = 0;
14 virtual void OnErrorHide() = 0;
15 virtual void OnLaunchOobeGuestSession() = 0;
18 } // namespace chromeos
20 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SCREENS_ERROR_SCREEN_ACTOR_DELEGATE_H_