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

Unified Diff: ui/app_list/app_list_view_delegate.cc

Issue 309443002: Remove need to sign in to use the App Launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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
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 6c57780300644dcc455c706ddd5fea654ad455b6..3b98e2cf7e0ea8c9ec7cd972f13281d32e421b04 100644
--- a/ui/app_list/app_list_view_delegate.cc
+++ b/ui/app_list/app_list_view_delegate.cc
@@ -6,7 +6,8 @@
namespace app_list {
-AppListViewDelegate::User::User() : active(false), signin_required(false) {}
+AppListViewDelegate::User::User() : active(false) {
+}
AppListViewDelegate::User::~User() {}

Powered by Google App Engine
This is Rietveld 408576698