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

Unified Diff: chrome/browser/chromeos/login/wizard_controller.h

Issue 552023002: Move ownership of HostPairingController from PairingScreen to WizardController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: chrome/browser/chromeos/login/wizard_controller.h
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h
index 7ba471d0137f8b4f983197d8160f16767b232b76..5e4d3cbe468fed449eb6fb013c0cf6724e985833 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -31,6 +31,7 @@ class DictionaryValue;
namespace pairing_chromeos {
class ControllerPairingController;
+class HostPairingController;
}
namespace chromeos {
@@ -384,6 +385,9 @@ class WizardController : public ScreenObserver, public ScreenManager {
scoped_ptr<pairing_chromeos::ControllerPairingController>
controller_pairing_controller_;
+ // Pairing controller for remora devices.
+ scoped_ptr<pairing_chromeos::HostPairingController> host_pairing_controller_;
+
// Maps screen ids to last time of their shows.
base::hash_map<std::string, base::Time> screen_show_times_;
« no previous file with comments | « chrome/browser/chromeos/login/screens/host_pairing_screen.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698