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

Unified Diff: chrome/browser/ui/webui/chromeos/enterprise_enrollment_ui.h

Issue 6821075: Chrome-side lockbox bindings (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Addressed Ken's nits. Created 9 years, 8 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/ui/webui/chromeos/enterprise_enrollment_ui.h
diff --git a/chrome/browser/ui/webui/chromeos/enterprise_enrollment_ui.h b/chrome/browser/ui/webui/chromeos/enterprise_enrollment_ui.h
index d3b0df7de3b17de1b01ea922a4dfa612ccc768de..aa73438ec075504e84ba6f9d785928e59127b787 100644
--- a/chrome/browser/ui/webui/chromeos/enterprise_enrollment_ui.h
+++ b/chrome/browser/ui/webui/chromeos/enterprise_enrollment_ui.h
@@ -27,6 +27,7 @@ class EnterpriseEnrollmentUI : public WebUI {
const std::string& access_code) = 0;
virtual void OnAuthCancelled() = 0;
virtual void OnConfirmationClosed() = 0;
+ virtual bool GetInitialUser(std::string* user) = 0;
};
explicit EnterpriseEnrollmentUI(TabContents* contents);

Powered by Google App Engine
This is Rietveld 408576698