blob: 3f9215538fd1c775bf6f7104fd1c949c0011756c [file] [log] [blame]
[email protected]c1a9b642012-03-30 22:49:451// 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.
4
5#ifndef CHROME_BROWSER_CHROMEOS_ENROLLMENT_DIALOG_VIEW_H_
6#define CHROME_BROWSER_CHROMEOS_ENROLLMENT_DIALOG_VIEW_H_
[email protected]c1a9b642012-03-30 22:49:457
[email protected]7fda9a402012-09-10 14:11:078#include <string>
[email protected]b4003ac2013-08-09 04:10:059#include <vector>
[email protected]7fda9a402012-09-10 14:11:0710
[email protected]b4003ac2013-08-09 04:10:0511#include "base/callback_forward.h"
[email protected]c1a9b642012-03-30 22:49:4512#include "ui/gfx/native_widget_types.h"
[email protected]c1a9b642012-03-30 22:49:4513
[email protected]6ad61642012-05-03 03:13:5114class Profile;
15
[email protected]c1a9b642012-03-30 22:49:4516namespace chromeos {
[email protected]d572da72013-10-02 19:45:1517namespace enrollment {
[email protected]c1a9b642012-03-30 22:49:4518
[email protected]d572da72013-10-02 19:45:1519// Returns true if a dialog was successfully created.
20bool CreateDialog(const std::string& service_path,
21 gfx::NativeWindow owning_window);
[email protected]b4003ac2013-08-09 04:10:0522
[email protected]d572da72013-10-02 19:45:1523} // namespace enrollment
[email protected]c1a9b642012-03-30 22:49:4524} // namespace chromeos
25
26#endif // CHROME_BROWSER_CHROMEOS_ENROLLMENT_DIALOG_VIEW_H_