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

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.cc

Issue 7741045: Delay the metrics policy migration call to make sure ownership has been taken. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed obsolete comment. Created 9 years, 4 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/existing_user_controller.cc
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
index c06b1a0cc5c6dfd00c2f67f0c68675dae378e1f0..f432c3ea63a3a032334cafb78a80c1a589d0f2b2 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc
@@ -250,7 +250,7 @@ void ExistingUserController::OnStartEnterpriseEnrollment() {
}
void ExistingUserController::OnEnrollmentOwnershipCheckCompleted(
- OwnershipService::Status status) {
+ OwnershipService::Status status, bool current_user_is_owner) {
Mattias Nissler (ping if slow) 2011/08/31 15:08:33 line break after comma
pastarmovj 2011/08/31 15:26:36 Done.
if (status == OwnershipService::OWNERSHIP_NONE) {
host_->StartWizard(WizardController::kEnterpriseEnrollmentScreenName,
GURL());

Powered by Google App Engine
This is Rietveld 408576698