Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: ui/app_list/views/app_list_view.h

Issue 306023011: Add new DialogDelegate for dialogs in the App List (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit comment Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/app_list/views/app_list_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/views/app_list_view.h
diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
index f99bdf402339233a054633bdb6bcd100037b0683..f6ae58a2a86789944bcf93ba00e4f14b3aa5a88c 100644
--- a/ui/app_list/views/app_list_view.h
+++ b/ui/app_list/views/app_list_view.h
@@ -18,10 +18,6 @@ namespace base {
class FilePath;
}
-namespace test {
-class AppListViewTestApi;
-}
-
namespace app_list {
class ApplicationDragAndDropHost;
class AppListMainView;
@@ -78,10 +74,6 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
void UpdateBounds();
- // Enables/disables a semi-transparent overlay over the app list (good for
- // hiding the app list when a modal dialog is being shown).
- void SetAppListOverlayVisible(bool visible);
-
// Returns true if the app list should be centered and in landscape mode.
bool ShouldCenterWindow() const;
@@ -117,8 +109,6 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
PaginationModel* GetAppsPaginationModel();
private:
- friend class ::test::AppListViewTestApi;
-
void InitAsBubbleInternal(gfx::NativeView parent,
int initial_apps_page,
views::BubbleBorder::Arrow arrow,
@@ -157,10 +147,6 @@ class APP_LIST_EXPORT AppListView : public views::BubbleDelegateView,
AppListMainView* app_list_main_view_;
SpeechView* speech_view_;
- // A semi-transparent white overlay that covers the app list while dialogs are
- // open.
- views::View* overlay_view_;
-
ObserverList<AppListViewObserver> observers_;
scoped_ptr<HideViewAnimationObserver> animation_observer_;
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | ui/app_list/views/app_list_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698