Index: chrome/browser/chromeos/drive/drive_integration_service.cc |
diff --git a/chrome/browser/chromeos/drive/drive_integration_service.cc b/chrome/browser/chromeos/drive/drive_integration_service.cc |
index fd120ffce22263ac879d65f0898d882f17313a70..eca1836131dcf3d9867d1f455d77888caa26067c 100644 |
--- a/chrome/browser/chromeos/drive/drive_integration_service.cc |
+++ b/chrome/browser/chromeos/drive/drive_integration_service.cc |
@@ -51,6 +51,7 @@ |
#include "content/public/browser/notification_service.h" |
#include "content/public/common/user_agent.h" |
#include "google_apis/drive/auth_service.h" |
+#include "net/traffic_annotation/network_traffic_annotation.h" |
#include "storage/browser/fileapi/external_mount_points.h" |
#include "ui/base/l10n/l10n_util.h" |
@@ -264,7 +265,7 @@ DriveIntegrationService::DriveIntegrationService( |
blocking_task_runner_.get(), |
GURL(google_apis::DriveApiUrlGenerator::kBaseUrlForProduction), |
GURL(google_apis::DriveApiUrlGenerator::kBaseThumbnailUrlForProduction), |
- GetDriveUserAgent())); |
+ GetDriveUserAgent(), NO_TRAFFIC_ANNOTATION_YET)); |
} |
scheduler_.reset(new JobScheduler( |
profile_->GetPrefs(), |