safe_mode_app_state_agent.h 537 B

1234567891011121314151617
  1. // Copyright 2021 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.
  4. #ifndef IOS_CHROME_APP_SAFE_MODE_APP_STATE_AGENT_H_
  5. #define IOS_CHROME_APP_SAFE_MODE_APP_STATE_AGENT_H_
  6. #import "ios/chrome/app/application_delegate/app_state_agent.h"
  7. @class AppState;
  8. // App state agent that triggers the safe mode stage when needed.
  9. @interface SafeModeAppAgent : NSObject <AppStateAgent>
  10. @end
  11. #endif // IOS_CHROME_APP_SAFE_MODE_APP_STATE_AGENT_H_