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

Unified Diff: chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.h

Issue 2690113011: cros: Remove unused inline_login_handler_chromeos.h/cc files. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.h
diff --git a/chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.h b/chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.h
deleted file mode 100644
index 0fa497d9843d4b7455c992b148c5a714e83c35a5..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.h
+++ /dev/null
@@ -1,37 +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 CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_INLINE_LOGIN_HANDLER_CHROMEOS_H_
-#define CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_INLINE_LOGIN_HANDLER_CHROMEOS_H_
-
-#include <memory>
-
-#include "base/macros.h"
-#include "chrome/browser/ui/webui/signin/inline_login_handler.h"
-
-namespace chromeos {
-
-class OAuth2TokenFetcher;
-
-// Implementation for the inline login WebUI handler on ChromeOS.
-class InlineLoginHandlerChromeOS : public ::InlineLoginHandler {
- public:
- InlineLoginHandlerChromeOS();
- ~InlineLoginHandlerChromeOS() override;
-
- private:
- class InlineLoginUIOAuth2Delegate;
-
- // InlineLoginHandler overrides:
- void CompleteLogin(const base::ListValue* args) override;
-
- std::unique_ptr<InlineLoginUIOAuth2Delegate> oauth2_delegate_;
- std::unique_ptr<chromeos::OAuth2TokenFetcher> oauth2_token_fetcher_;
-
- DISALLOW_COPY_AND_ASSIGN(InlineLoginHandlerChromeOS);
-};
-
-} // namespace chromeos
-
-#endif // CHROME_BROWSER_UI_WEBUI_CHROMEOS_LOGIN_INLINE_LOGIN_HANDLER_CHROMEOS_H_
« no previous file with comments | « no previous file | chrome/browser/ui/webui/chromeos/login/inline_login_handler_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698