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

Unified Diff: chrome/browser/chromeos/cros_stubs_aura.cc

Issue 8711003: Enable WebUI ScreenLocker for aura by abstracting lock window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewer comments. Created 9 years, 1 month 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/chromeos/login/lock_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/cros_stubs_aura.cc
diff --git a/chrome/browser/chromeos/cros_stubs_aura.cc b/chrome/browser/chromeos/cros_stubs_aura.cc
index 2ab7fd27f9b7cc8910fe0dfde1758bbb5cece79f..673f0a1ecd224a9ba5e00f2e416e87ce88ffa9f7 100644
--- a/chrome/browser/chromeos/cros_stubs_aura.cc
+++ b/chrome/browser/chromeos/cros_stubs_aura.cc
@@ -2,12 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/chromeos/login/screen_locker.h"
-#include "chrome/browser/chromeos/login/user.h"
#include "chrome/browser/chromeos/notifications/system_notification.h"
-#include "chrome/browser/chromeos/xinput_hierarchy_changed_event_listener.h"
-#include "chrome/browser/ui/views/frame/browser_view.h"
-#include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h"
#include "chrome/browser/notifications/balloon_collection.h"
namespace chromeos {
@@ -79,87 +74,4 @@ std::string SystemNotification::Delegate::id() const {
return id_;
}
-//////////////////////////////////////////////////////////////////////////////
-// ScreenLocker
-
-ScreenLocker::ScreenLocker(const chromeos::User& user) : user_(user) {
- NOTIMPLEMENTED();
-}
-
-ScreenLocker::~ScreenLocker() {
- NOTIMPLEMENTED();
-}
-
-void ScreenLocker::Init() {
- NOTIMPLEMENTED();
-}
-
-void ScreenLocker::OnLoginFailure(const LoginFailure& error) {
- NOTIMPLEMENTED();
-}
-
-void ScreenLocker::OnLoginSuccess(
- const std::string&,
- const std::string&,
- const GaiaAuthConsumer::ClientLoginResult&,
- bool,
- bool) {
- NOTIMPLEMENTED();
-}
-
-void ScreenLocker::Authenticate(const string16& password) {
- NOTIMPLEMENTED();
-}
-
-void ScreenLocker::ClearErrors() {
- NOTIMPLEMENTED();
-}
-
-void ScreenLocker::EnableInput() {
- NOTIMPLEMENTED();
-}
-
-void ScreenLocker::Signout() {
- NOTIMPLEMENTED();
-}
-
-void ScreenLocker::ShowCaptchaAndErrorMessage(const GURL& captcha_url,
- const string16& message) {
- NOTIMPLEMENTED();
-}
-
-void ScreenLocker::ShowErrorMessage(const string16& message,
- bool sign_out_only) {
- NOTIMPLEMENTED();
-}
-
-void ScreenLocker::SetLoginStatusConsumer(
- chromeos::LoginStatusConsumer* consumer) {
- NOTIMPLEMENTED();
-}
-
-// static
-void ScreenLocker::Show() {
- NOTIMPLEMENTED();
-}
-
-// static
-void ScreenLocker::Hide() {
- NOTIMPLEMENTED();
-}
-
-// static
-void ScreenLocker::UnlockScreenFailed() {
- NOTIMPLEMENTED();
-}
-
-// static
-void ScreenLocker::InitClass() {
- NOTIMPLEMENTED();
-}
-
-void ScreenLocker::ScreenLockReady() {
- NOTIMPLEMENTED();
-}
-
} // namespace chromeos
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/lock_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698