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

Unified Diff: ui/app_list/signin_delegate.h

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/signin_delegate.h
diff --git a/ui/app_list/signin_delegate.h b/ui/app_list/signin_delegate.h
deleted file mode 100644
index 54f59179de961439e43a271ba6491c5ce39601e7..0000000000000000000000000000000000000000
--- a/ui/app_list/signin_delegate.h
+++ /dev/null
@@ -1,36 +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 UI_APP_LIST_SIGNIN_DELEGATE_H_
-#define UI_APP_LIST_SIGNIN_DELEGATE_H_
-
-#include "base/basictypes.h"
-#include "base/strings/string16.h"
-#include "ui/app_list/app_list_export.h"
-
-namespace app_list {
-
-class APP_LIST_EXPORT SigninDelegate {
- public:
- SigninDelegate();
- virtual ~SigninDelegate();
-
- virtual bool NeedSignin() = 0;
- virtual void ShowSignin() = 0;
- virtual void OpenLearnMore() = 0;
- virtual void OpenSettings() = 0;
-
- virtual base::string16 GetSigninHeading() = 0;
- virtual base::string16 GetSigninText() = 0;
- virtual base::string16 GetSigninButtonText() = 0;
- virtual base::string16 GetLearnMoreLinkText() = 0;
- virtual base::string16 GetSettingsLinkText() = 0;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(SigninDelegate);
-};
-
-} // namespace app_list
-
-#endif // UI_APP_LIST_SIGNIN_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698