Revert 168224 - Update V8 to version 3.15.4.
[chromium-blink-merge.git] / chrome / browser / chromeos / enrollment_dialog_view.h
blob130ef608493b5838b48ec37fcbb71cebe82aef22
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_
8 #include <string>
10 #include "ui/gfx/native_widget_types.h"
11 #include "ui/views/window/dialog_delegate.h"
13 class Profile;
15 namespace chromeos {
17 class EnrollmentDelegate;
19 EnrollmentDelegate* CreateEnrollmentDelegate(gfx::NativeWindow owning_window,
20 const std::string& network_name,
21 Profile* profile);
23 } // namespace chromeos
25 #endif // CHROME_BROWSER_CHROMEOS_ENROLLMENT_DIALOG_VIEW_H_