Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / metrics / chrome_metrics_service_client.cc
index 2a180d2..f9c5f4f 100644 (file)
@@ -165,7 +165,7 @@ void ChromeMetricsServiceClient::SetClientID(const std::string& client_id) {
 }
 
 bool ChromeMetricsServiceClient::IsOffTheRecordSessionActive() {
-  return !chrome::IsOffTheRecordSessionActive();
+  return chrome::IsOffTheRecordSessionActive();
 }
 
 std::string ChromeMetricsServiceClient::GetApplicationLocale() {