1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CHROME_BROWSER_CHROMEOS_ENROLLMENT_DIALOG_VIEW_H_
6 #define CHROME_BROWSER_CHROMEOS_ENROLLMENT_DIALOG_VIEW_H_
11 #include "base/callback_forward.h"
12 #include "ui/gfx/native_widget_types.h"
17 namespace enrollment
{
19 // Returns true if a dialog was successfully created.
20 bool CreateDialog(const std::string
& service_path
,
21 gfx::NativeWindow owning_window
);
23 } // namespace enrollment
24 } // namespace chromeos
26 #endif // CHROME_BROWSER_CHROMEOS_ENROLLMENT_DIALOG_VIEW_H_