1 // Copyright 2013 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 #include "apps/app_shim/app_shim_mac.h"
7 #include "apps/app_launcher.h"
8 #include "base/command_line.h"
9 #include "chrome/common/chrome_switches.h"
13 bool IsAppShimsEnabled() {
14 return IsAppLauncherEnabled() ||
15 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableAppShims
);