| Index: chrome/browser/chromeos/login/screen_locker.h
|
| diff --git a/chrome/browser/chromeos/login/screen_locker.h b/chrome/browser/chromeos/login/screen_locker.h
|
| index 4ce02df5ebc239fc534efa171bf4f64670eb2780..7b27273c8e55f55ab9b87934a165d3ac21b40f37 100644
|
| --- a/chrome/browser/chromeos/login/screen_locker.h
|
| +++ b/chrome/browser/chromeos/login/screen_locker.h
|
| @@ -34,12 +34,7 @@ class ScreenLocker : public LoginStatusConsumer {
|
|
|
| // Returns the default instance if it has been created.
|
| static ScreenLocker* default_screen_locker() {
|
| -#if defined(TOOLKIT_USES_GTK)
|
| return screen_locker_;
|
| -#else
|
| - NOTIMPLEMENTED();
|
| - return NULL;
|
| -#endif
|
| }
|
|
|
| // Initialize and show the screen locker.
|
| @@ -125,10 +120,8 @@ class ScreenLocker : public LoginStatusConsumer {
|
| // Logged in user.
|
| const User& user_;
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| // Used to authenticate the user to unlock.
|
| scoped_refptr<Authenticator> authenticator_;
|
| -#endif
|
|
|
| // Unlock the screen when it detects key/mouse event without asking
|
| // password. True when chrome is in BWSI or auto login mode.
|
|
|