| Index: chrome/browser/ui/extensions/apps_metro_handler_win.h
|
| diff --git a/chrome/browser/ui/extensions/apps_metro_handler_win.h b/chrome/browser/ui/extensions/apps_metro_handler_win.h
|
| deleted file mode 100644
|
| index f1a79de9b606e31963f7f1e83daa7c237da2b016..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/extensions/apps_metro_handler_win.h
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// 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 CHROME_BROWSER_UI_EXTENSIONS_APPS_METRO_HANDLER_WIN_H_
|
| -#define CHROME_BROWSER_UI_EXTENSIONS_APPS_METRO_HANDLER_WIN_H_
|
| -
|
| -#include "ui/gfx/native_widget_types.h"
|
| -
|
| -namespace chrome {
|
| -
|
| -// Check if there are apps running and if not, return true. Otherwise, Show a
|
| -// modal dialog on |parent| asking whether the user is OK with their packaged
|
| -// apps closing, in order to relaunch to metro mode. Returns true if the user
|
| -// clicks OK.
|
| -bool VerifySwitchToMetroForApps(gfx::NativeWindow parent);
|
| -
|
| -} // namespace chrome
|
| -
|
| -#endif // CHROME_BROWSER_UI_EXTENSIONS_APPS_METRO_HANDLER_WIN_H_
|
|
|