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

Unified Diff: chrome/browser/ui/gtk/first_run_dialog.h

Issue 14946003: Record first run startup metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 7 years, 7 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/ui/gtk/first_run_dialog.h
diff --git a/chrome/browser/ui/gtk/first_run_dialog.h b/chrome/browser/ui/gtk/first_run_dialog.h
index bdeb23f8272301884eebb6acb2f170b082384794..94ff26e956ea0146cb76a7624505f6d28c07dcd1 100644
--- a/chrome/browser/ui/gtk/first_run_dialog.h
+++ b/chrome/browser/ui/gtk/first_run_dialog.h
@@ -15,6 +15,7 @@ typedef struct _GtkWidget GtkWidget;
class FirstRunDialog {
public:
// Displays the first run UI for reporting opt-in, import data etc.
+ // Returns true if the dialog was shown.
static bool Show();
private:

Powered by Google App Engine
This is Rietveld 408576698