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

Unified Diff: ui/app_list/app_list_view_delegate.cc

Issue 2127713005: Purge AppListMenu, and the app list profile switcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160707-Apps-RemoveSettings
Patch Set: Created 4 years, 5 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 | « ui/app_list/app_list_view_delegate.h ('k') | ui/app_list/app_list_view_delegate_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_view_delegate.cc
diff --git a/ui/app_list/app_list_view_delegate.cc b/ui/app_list/app_list_view_delegate.cc
index 2ec5b4ac57d4826a1f6f410cbd94b30f8e96b38c..a46a43817efaaad9566468866fd24ea5a1d02197 100644
--- a/ui/app_list/app_list_view_delegate.cc
+++ b/ui/app_list/app_list_view_delegate.cc
@@ -6,13 +6,6 @@
namespace app_list {
-AppListViewDelegate::User::User() : active(false) {
-}
-
-AppListViewDelegate::User::User(const User& other) = default;
-
-AppListViewDelegate::User::~User() {}
-
#if !defined(OS_CHROMEOS)
base::string16 AppListViewDelegate::GetMessageTitle() const {
return base::string16();
« no previous file with comments | « ui/app_list/app_list_view_delegate.h ('k') | ui/app_list/app_list_view_delegate_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698