| Index: chrome/browser/ui/views/app_list/app_list_dialog_container.h
|
| diff --git a/chrome/browser/ui/views/app_list/app_list_dialog_container.h b/chrome/browser/ui/views/app_list/app_list_dialog_container.h
|
| deleted file mode 100644
|
| index 089c3d043e99c4e7b8a7e0291fbdaef56aab802c..0000000000000000000000000000000000000000
|
| --- a/chrome/browser/ui/views/app_list/app_list_dialog_container.h
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -// 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.
|
| -
|
| -#ifndef CHROME_BROWSER_UI_VIEWS_APP_LIST_APP_LIST_DIALOG_CONTAINER_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_APP_LIST_APP_LIST_DIALOG_CONTAINER_H_
|
| -
|
| -#include "base/callback_forward.h"
|
| -#include "ui/gfx/geometry/size.h"
|
| -
|
| -namespace views {
|
| -class DialogDelegateView;
|
| -class View;
|
| -}
|
| -
|
| -// Creates a new dialog containing |view| that can be displayed inside the app
|
| -// list, covering the entire app list and adding a close button. Takes ownership
|
| -// of |view|.
|
| -views::DialogDelegateView* CreateAppListContainerForView(
|
| - views::View* view,
|
| - const base::Closure& close_callback);
|
| -
|
| -// Creates a new native dialog of the given |size| containing |view| with a
|
| -// close button and draggable titlebar. Takes ownership of |view|.
|
| -views::DialogDelegateView* CreateDialogContainerForView(
|
| - views::View* view,
|
| - const gfx::Size& size,
|
| - const base::Closure& close_callback);
|
| -
|
| -#endif // CHROME_BROWSER_UI_VIEWS_APP_LIST_APP_LIST_DIALOG_CONTAINER_H_
|
|
|