Chromium Code Reviews| Index: chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.h |
| diff --git a/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.h b/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.h |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..cf442e21c1f37299c99fd1b711066d66574ee66c |
| --- /dev/null |
| +++ b/chrome/browser/chromeos/profiles/multiprofiles_intro_dialog.h |
| @@ -0,0 +1,17 @@ |
| +// Copyright (c) 2013 The Chromium Authors. All rights reserved. |
|
oshima
2014/01/10 19:14:07
2014, no (c)
merkulova
2014/01/14 09:55:58
Done.
|
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef CHROME_BROWSER_CHROMEOS_PROFILES_MULTIPROFILES_INTRO_DIALOG_H_ |
| +#define CHROME_BROWSER_CHROMEOS_PROFILES_MULTIPROFILES_INTRO_DIALOG_H_ |
| + |
| +#include "base/callback.h" |
| + |
| +namespace chromeos { |
| + |
| +// Creates and shows dialog with introduction. |
| +void ShowMultiprofilesIntroDialog(base::Callback<void(bool)> on_accept); |
| + |
| +} // namespace chromeos |
| + |
| +#endif // CHROME_BROWSER_CHROMEOS_PROFILES_MULTIPROFILES_INTRO_DIALOG_H_ |