| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 841ca7806d9a5fe8af9ee310a9ce15fc90ce2285..ed2f0d670fb2f6e31dd1a7e48ab5c8932fb18b66 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -14,7 +14,6 @@
|
| #include "base/debug/leak_tracker.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/field_trial.h"
|
| -#include "base/metrics/user_metrics.h"
|
| #include "base/prefs/pref_registry_simple.h"
|
| #include "base/prefs/pref_service.h"
|
| #include "base/profiler/scoped_tracker.h"
|
| @@ -998,7 +997,6 @@ void IOThread::EnableSpdy(const std::string& mode) {
|
| globals_->use_alternate_protocols.set(false);
|
| } else if (option == kForceAltProtocols) {
|
| net::AlternateProtocolInfo pair(443, net::NPN_SPDY_3, 1);
|
| - base::RecordAction(base::UserMetricsAction("Net.ForceAlternateProtocol"));
|
| net::HttpServerPropertiesImpl::ForceAlternateProtocol(pair);
|
| } else if (option == kSingleDomain) {
|
| DVLOG(1) << "FORCING SINGLE DOMAIN";
|
|
|