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

Unified Diff: chrome/browser/chromeos/first_run/steps/app_list_step.cc

Issue 131023003: Added UMA metrics for ChromeOS first-run UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/chromeos/first_run/steps/app_list_step.cc
diff --git a/chrome/browser/chromeos/first_run/steps/app_list_step.cc b/chrome/browser/chromeos/first_run/steps/app_list_step.cc
index 2ed5d304095f8de654336fac48fb16540e0d2462..c3d361c648c9c6aa3df7d1e60b88554179ab19d8 100644
--- a/chrome/browser/chromeos/first_run/steps/app_list_step.cc
+++ b/chrome/browser/chromeos/first_run/steps/app_list_step.cc
@@ -23,7 +23,7 @@ AppListStep::AppListStep(ash::FirstRunHelper* shell_helper,
: Step(kAppListStep, shell_helper, actor) {
}
-void AppListStep::Show() {
+void AppListStep::DoShow() {
gfx::Rect button_bounds = shell_helper()->GetAppListButtonBounds();
gfx::Point center = button_bounds.CenterPoint();
actor()->AddRoundHole(center.x(), center.y(), kCircleRadius);
« no previous file with comments | « chrome/browser/chromeos/first_run/steps/app_list_step.h ('k') | chrome/browser/chromeos/first_run/steps/help_step.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698