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

Unified Diff: chrome/browser/profiles/profile_metrics_list.h

Issue 659493003: Final step of the java_cpp_template -> java_cpp_enum migration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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
« no previous file with comments | « chrome/browser/profiles/profile_metrics.h ('k') | chrome/browser/sync/profile_sync_service_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_metrics_list.h
diff --git a/chrome/browser/profiles/profile_metrics_list.h b/chrome/browser/profiles/profile_metrics_list.h
deleted file mode 100644
index 47255d2b429b13192a08e90df564739edc877d1b..0000000000000000000000000000000000000000
--- a/chrome/browser/profiles/profile_metrics_list.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Intentionally no include guards because this file is meant to be included
-// inside a macro to generate enum values.
-
-// Enum for tracking user interactions with the account management menu
-// on Android.
-
-// User arrived at the Account management screen.
-PROFILE_ANDROID_ACCOUNT_MANAGEMENT_MENU(VIEW, 0)
-// User arrived at the Account management screen, and clicked Add account.
-PROFILE_ANDROID_ACCOUNT_MANAGEMENT_MENU(ADD_ACCOUNT, 1)
-// User arrived at the Account management screen, and clicked Go incognito.
-PROFILE_ANDROID_ACCOUNT_MANAGEMENT_MENU(GO_INCOGNITO, 2)
-// User arrived at the Account management screen, and clicked on primary.
-PROFILE_ANDROID_ACCOUNT_MANAGEMENT_MENU(CLICK_PRIMARY_ACCOUNT, 3)
-// User arrived at the Account management screen, and clicked on secondary.
-PROFILE_ANDROID_ACCOUNT_MANAGEMENT_MENU(CLICK_SECONDARY_ACCOUNT, 4)
-// User arrived at the Account management screen, toggled Chrome signout.
-PROFILE_ANDROID_ACCOUNT_MANAGEMENT_MENU(TOGGLE_SIGNOUT, 5)
-// User toggled Chrome signout, and clicked Signout.
-PROFILE_ANDROID_ACCOUNT_MANAGEMENT_MENU(SIGNOUT_SIGNOUT, 6)
-// User toggled Chrome signout, and clicked Cancel.
-PROFILE_ANDROID_ACCOUNT_MANAGEMENT_MENU(SIGNOUT_CANCEL, 7)
-// User arrived at the android Account management screen directly from some
-// Gaia requests.
-PROFILE_ANDROID_ACCOUNT_MANAGEMENT_MENU(DIRECT_ADD_ACCOUNT, 8)
-
« no previous file with comments | « chrome/browser/profiles/profile_metrics.h ('k') | chrome/browser/sync/profile_sync_service_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698