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

Unified Diff: chrome/browser/chromeos/enrollment_dialog_view.h

Issue 2452283003: chromeos: Make network enrollment and SIM unlock dialogs work with mash (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/enrollment_dialog_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/enrollment_dialog_view.h
diff --git a/chrome/browser/chromeos/enrollment_dialog_view.h b/chrome/browser/chromeos/enrollment_dialog_view.h
index 717dd9fdd11dc8a4fa3504c2a388555c673e8d36..89687018d615601b0753e6b31449153572e3d470 100644
--- a/chrome/browser/chromeos/enrollment_dialog_view.h
+++ b/chrome/browser/chromeos/enrollment_dialog_view.h
@@ -6,17 +6,16 @@
#define CHROME_BROWSER_CHROMEOS_ENROLLMENT_DIALOG_VIEW_H_
#include <string>
-#include <vector>
-#include "base/callback_forward.h"
#include "ui/gfx/native_widget_types.h"
-class Profile;
-
namespace chromeos {
namespace enrollment {
-// Returns true if a dialog was successfully created.
+// Creates and shows the dialog for certificate-based network enrollment. If the
+// |owning_window| is null the dialog is placed in the appropriate modal dialog
+// dialog container on the primary display. Returns true if a dialog was
+// successfully created.
bool CreateEnrollmentDialog(const std::string& network_id,
gfx::NativeWindow owning_window);
« no previous file with comments | « no previous file | chrome/browser/chromeos/enrollment_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698