blob: c9491182bcca17e231604a8c4ba147275e12a5b7 [file] [log] [blame]
// Copyright 2013 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 IOS_CHROME_BROWSER_WEB_EXTERNAL_APP_LAUNCHER_DISABLER_H_
#define IOS_CHROME_BROWSER_WEB_EXTERNAL_APP_LAUNCHER_DISABLER_H_
#include "ios/chrome/browser/web/external_app_launcher.h"
// An override of ExternalAppLauncher to disable launching external
// apps for test purposes.
@interface ExternalAppLauncherDisabler : ExternalAppLauncher
@end
#endif // IOS_CHROME_BROWSER_WEB_EXTERNAL_APP_LAUNCHER_DISABLER_H_