| 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);
|
|
|
|
|