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

Unified Diff: blimp/engine/app/blimp_metrics_service_client.cc

Issue 2383533002: Make logging of user actions consistent with histograms for OTR. (Closed)
Patch Set: Also change the cast client. Created 4 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
Index: blimp/engine/app/blimp_metrics_service_client.cc
diff --git a/blimp/engine/app/blimp_metrics_service_client.cc b/blimp/engine/app/blimp_metrics_service_client.cc
index 5b25f9349fbaa2c467c459319865ffb06099c0fb..94bad89691d6c784f077f5211ac2b733d203dab4 100644
--- a/blimp/engine/app/blimp_metrics_service_client.cc
+++ b/blimp/engine/app/blimp_metrics_service_client.cc
@@ -94,11 +94,6 @@ metrics::MetricsService* BlimpMetricsServiceClient::GetMetricsService() {
void BlimpMetricsServiceClient::SetMetricsClientId(
const std::string& client_id) {}
-bool BlimpMetricsServiceClient::IsOffTheRecordSessionActive() {
- // Blimp does not have incognito mode.
- return false;
-}
-
int32_t BlimpMetricsServiceClient::GetProduct() {
// Indicates product family (e.g. Chrome v Android Webview), not reported
// platform (e.g. Chrome_Linux, Chrome_Mac).
« no previous file with comments | « blimp/engine/app/blimp_metrics_service_client.h ('k') | chrome/browser/metrics/chrome_metrics_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698