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

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

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.h
diff --git a/chrome/browser/chromeos/first_run/steps/app_list_step.h b/chrome/browser/chromeos/first_run/steps/app_list_step.h
index e5b025ecbc2ce6ed51426660dab6f0451fc180c6..e2a9f71d3985384b306b6693d008834f8f9024ae 100644
--- a/chrome/browser/chromeos/first_run/steps/app_list_step.h
+++ b/chrome/browser/chromeos/first_run/steps/app_list_step.h
@@ -15,8 +15,9 @@ class AppListStep : public Step {
public:
AppListStep(ash::FirstRunHelper* shell_helper, FirstRunActor* actor);
+ private:
// Overriden from Step.
- virtual void Show() OVERRIDE;
+ virtual void DoShow() OVERRIDE;
};
Alexei Svitkine (slow) 2014/01/15 16:02:38 Nit: DISALLOW_COPY_AND_ASSIGN()?
dzhioev (left Google) 2014/01/15 22:12:54 Done.
} // namespace first_run

Powered by Google App Engine
This is Rietveld 408576698