blob: 9563ece71985b7187a1b0c9ec44a8aa002f2b74e [file] [log] [blame]
// 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.
#include "base/logging.h"
#include "chrome/browser/ui/apps/app_info_dialog.h"
void ShowAppInfoDialog(AppListControllerDelegate* app_list_controller_delegate,
Profile* profile,
const extensions::Extension* app) {
NOTIMPLEMENTED();
}