Index: chrome/browser/chromeos/profiles/multiprofiles_intro_view.h |
diff --git a/chrome/browser/chromeos/profiles/multiprofiles_intro_view.h b/chrome/browser/chromeos/profiles/multiprofiles_intro_view.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6b74cceebde92c6f75fa9672f8048ef047c6381e |
--- /dev/null |
+++ b/chrome/browser/chromeos/profiles/multiprofiles_intro_view.h |
@@ -0,0 +1,17 @@ |
+// Copyright (c) 2013 The Chromium Authors. All rights reserved. |
dzhioev (left Google)
2013/12/20 03:39:01
File should be renamed, it's name now doesn't corr
merkulova
2014/01/10 15:16:52
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_VIEW_H_ |
+#define CHROME_BROWSER_CHROMEOS_PROFILES_MULTIPROFILES_INTRO_VIEW_H_ |
+ |
+namespace chromeos { |
+namespace multiprofiles { |
dzhioev (left Google)
2013/12/20 03:39:01
I don't think that we need new namespace for one f
merkulova
2014/01/10 15:16:52
Done.
|
+ |
+// Returns true if a dialog was successfully created. |
+bool IntroDialog(); |
dzhioev (left Google)
2013/12/20 03:39:01
Function name should contain verb.
merkulova
2014/01/10 15:16:52
Done.
|
+ |
+} // namespace multiprofiles |
+} // namespace chromeos |
+ |
+#endif // CHROME_BROWSER_CHROMEOS_PROFILES_MULTIPROFILES_INTRO_VIEW_H_ |