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

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

Issue 9416097: Add butter bar to login screen to show device enrollement info. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update dates in copyright headers. Created 8 years, 9 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/version_info_updater.h
diff --git a/chrome/browser/chromeos/login/version_info_updater.h b/chrome/browser/chromeos/login/version_info_updater.h
index f7df037da5e4e6335e3badd8cc20c77f7344c79a..ba650d3e912889163efc482c5d58b62efdd5afcb 100644
--- a/chrome/browser/chromeos/login/version_info_updater.h
+++ b/chrome/browser/chromeos/login/version_info_updater.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -29,6 +29,10 @@ class VersionInfoUpdater : policy::CloudPolicySubsystem::Observer {
// Called when boot times label should be updated.
virtual void OnBootTimesLabelTextUpdated(
const std::string& boot_times_label_text) = 0;
+
+ // Called when the enterprise info notice should be updated.
+ virtual void OnEnterpriseInfoUpdated(
+ const std::string& enterprise_info) = 0;
};
explicit VersionInfoUpdater(Delegate* delegate);

Powered by Google App Engine
This is Rietveld 408576698