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

Unified Diff: chrome/browser/ui/views/first_run_bubble.cc

Issue 14946003: Record first run startup metrics. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compile 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/views/first_run_bubble.cc
diff --git a/chrome/browser/ui/views/first_run_bubble.cc b/chrome/browser/ui/views/first_run_bubble.cc
index 1849b585103a9e7483da08af2eed61ebf036645e..7b74f2e242b3b4bd6682fe9b780784a1a82fe4f8 100644
--- a/chrome/browser/ui/views/first_run_bubble.cc
+++ b/chrome/browser/ui/views/first_run_bubble.cc
@@ -25,10 +25,6 @@ const int kBottomInset = 7;
const int kRightInset = 2;
} // namespace
-namespace first_run {
-void ShowFirstRunDialog(Profile* profile) {}
-} // namespace first_run
-
// static
FirstRunBubble* FirstRunBubble::ShowBubble(Browser* browser,
views::View* anchor_view) {

Powered by Google App Engine
This is Rietveld 408576698