Fix the duplicatedly commited composition text when switching IME.
[chromium-blink-merge.git] / chrome / browser / chromeos / enrollment_dialog_view.h
blob3f9215538fd1c775bf6f7104fd1c949c0011756c
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>
9 #include <vector>
11 #include "base/callback_forward.h"
12 #include "ui/gfx/native_widget_types.h"
14 class Profile;
16 namespace chromeos {
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_