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

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: 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
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 3f9215538fd1c775bf6f7104fd1c949c0011756c..d892574d599ceb670baa70f800bb187be34f5898 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 CreateDialog(const std::string& service_path,
gfx::NativeWindow owning_window);
« no previous file with comments | « no previous file | chrome/browser/chromeos/enrollment_dialog_view.cc » ('j') | chrome/browser/chromeos/enrollment_dialog_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698