Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4696)

Unified Diff: chrome/browser/chromeos/profiles/multiprofiles_intro_view.h

Issue 93633007: Created optional multiprofiles introduction dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698