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

Unified Diff: chrome/browser/shell_integration.h

Issue 1776213002: Removed DefaultBrowser.SetDefaultAsyncDuration histogram (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | chrome/browser/shell_integration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/shell_integration.h
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
index a408fb083c3541f5d6a101bc636ecafe90c7ef2e..503f395c699d08d6c7a6f59eeec03e6c79891661 100644
--- a/chrome/browser/shell_integration.h
+++ b/chrome/browser/shell_integration.h
@@ -304,13 +304,6 @@ class DefaultWebClientWorker
// client state.
void UpdateUI(DefaultWebClientState state);
- // Returns true if the duration of an attempt to set the default web client
- // should be reported to UMA for |result|.
- static bool ShouldReportDurationForResult(AttemptResult result);
-
- // Returns a string based on |result|. This is used for UMA reports.
- static const char* AttemptResultToString(AttemptResult result);
-
// Called with the default state after the worker is done.
DefaultWebClientWorkerCallback callback_;
@@ -319,9 +312,6 @@ class DefaultWebClientWorker
// initialized.
bool set_as_default_initialized_ = false;
- // Records the time it takes to set the default browser.
- base::TimeTicks start_time_;
-
// Wait until Chrome has been confirmed as the default browser before
// reporting a successful attempt.
bool check_default_should_report_success_ = false;
« no previous file with comments | « no previous file | chrome/browser/shell_integration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698