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

Side by Side Diff: chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.h

Issue 2555783003: cros: Remove unused method (Closed)
Patch Set: Created 4 years 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_ENROLLMENT_AUTO_ENROLLMENT_CHECK_SCREEN_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_ENROLLMENT_AUTO_ENROLLMENT_CHECK_SCREEN_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_ENROLLMENT_AUTO_ENROLLMENT_CHECK_SCREEN_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_ENROLLMENT_AUTO_ENROLLMENT_CHECK_SCREEN_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
(...skipping 30 matching lines...) Expand all
41 41
42 // Clears the cached state causing the forced enrollment check to be retried. 42 // Clears the cached state causing the forced enrollment check to be retried.
43 void ClearState(); 43 void ClearState();
44 44
45 void set_auto_enrollment_controller( 45 void set_auto_enrollment_controller(
46 AutoEnrollmentController* auto_enrollment_controller) { 46 AutoEnrollmentController* auto_enrollment_controller) {
47 auto_enrollment_controller_ = auto_enrollment_controller; 47 auto_enrollment_controller_ = auto_enrollment_controller;
48 } 48 }
49 49
50 // BaseScreen implementation: 50 // BaseScreen implementation:
51 void PrepareToShow() override;
52 void Show() override; 51 void Show() override;
53 void Hide() override; 52 void Hide() override;
54 std::string GetName() const override; 53 std::string GetName() const override;
55 54
56 // AutoEnrollmentCheckScreenActor::Delegate implementation: 55 // AutoEnrollmentCheckScreenActor::Delegate implementation:
57 void OnActorDestroyed(AutoEnrollmentCheckScreenActor* actor) override; 56 void OnActorDestroyed(AutoEnrollmentCheckScreenActor* actor) override;
58 57
59 // NetworkPortalDetector::Observer implementation: 58 // NetworkPortalDetector::Observer implementation:
60 void OnPortalDetectionCompleted( 59 void OnPortalDetectionCompleted(
61 const NetworkState* network, 60 const NetworkState* network,
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 ErrorScreen::ConnectRequestCallbackSubscription connect_request_subscription_; 105 ErrorScreen::ConnectRequestCallbackSubscription connect_request_subscription_;
107 106
108 base::WeakPtrFactory<AutoEnrollmentCheckScreen> weak_ptr_factory_; 107 base::WeakPtrFactory<AutoEnrollmentCheckScreen> weak_ptr_factory_;
109 108
110 DISALLOW_COPY_AND_ASSIGN(AutoEnrollmentCheckScreen); 109 DISALLOW_COPY_AND_ASSIGN(AutoEnrollmentCheckScreen);
111 }; 110 };
112 111
113 } // namespace chromeos 112 } // namespace chromeos
114 113
115 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_ENROLLMENT_AUTO_ENROLLMENT_CHECK_SCREEN _H_ 114 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_ENROLLMENT_AUTO_ENROLLMENT_CHECK_SCREEN _H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/enrollment/auto_enrollment_check_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698