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

Unified Diff: chrome/browser/first_run/first_run_dialog.h

Issue 14946003: Record first run startup metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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/first_run/first_run_dialog.h
diff --git a/chrome/browser/first_run/first_run_dialog.h b/chrome/browser/first_run/first_run_dialog.h
index 76e507361f63efc237075aab06d6be407e4e540d..ad51259a61c62ea713a20940cede6a044795357f 100644
--- a/chrome/browser/first_run/first_run_dialog.h
+++ b/chrome/browser/first_run/first_run_dialog.h
@@ -10,7 +10,8 @@ class Profile;
namespace first_run {
// Shows the first run dialog. Only called if IsOrganicFirstRun() is true.
-void ShowFirstRunDialog(Profile* profile);
+// Returns true if the dialog was shown.
+bool ShowFirstRunDialog(Profile* profile);
jeremy 2013/05/05 12:35:56 Rather than changing the prototype, can you #ifdef
gab 2013/05/06 16:19:54 Removed the views implementation and moved the cal
} // namespace first_run

Powered by Google App Engine
This is Rietveld 408576698