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

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

Issue 1376683003: Android: Mark some profile code as non-mobile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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_manager.cc ('k') | chrome/browser/profiles/profile_metrics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_metrics.h
diff --git a/chrome/browser/profiles/profile_metrics.h b/chrome/browser/profiles/profile_metrics.h
index 776c93f45b406b3c0f8e5a1c02f04192f59943be..d9c4975a1c35434c4d1ece18aadbdfba0f14bbdb 100644
--- a/chrome/browser/profiles/profile_metrics.h
+++ b/chrome/browser/profiles/profile_metrics.h
@@ -214,7 +214,10 @@ class ProfileMetrics {
static bool CountProfileInformation(ProfileManager* manager,
ProfileCounts* counts);
+#if !defined(OS_ANDROID) && !defined(OS_IOS)
static void LogNumberOfProfileSwitches();
+#endif
+
#if defined(OS_WIN) || defined(OS_MACOSX)
// Update OS level tracking of profile counts.
static void UpdateReportedOSProfileStatistics(size_t active, size_t signedin);
@@ -225,9 +228,11 @@ class ProfileMetrics {
static void LogProfileAvatarSelection(size_t icon_index);
static void LogProfileDeleteUser(ProfileDelete metric);
static void LogProfileOpenMethod(ProfileOpen metric);
+#if !defined(OS_ANDROID) && !defined(OS_IOS)
static void LogProfileSwitch(ProfileOpen metric,
ProfileManager* manager,
const base::FilePath& profile_path);
+#endif
static void LogProfileSwitchGaia(ProfileGaia metric);
static void LogProfileSyncInfo(ProfileSync metric);
static void LogProfileAuthResult(ProfileAuth metric);
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | chrome/browser/profiles/profile_metrics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698