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

Unified Diff: ios/web/user_metrics.cc

Issue 2013853002: Removing deprecated ios/web/user_metrics.cc and references to it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing ios_web.gyp Created 4 years, 7 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 | « ios/web/public/user_metrics.h ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/user_metrics.cc
diff --git a/ios/web/user_metrics.cc b/ios/web/user_metrics.cc
deleted file mode 100644
index acb426d8487eef6dd4a546d4aa023c97e78bad48..0000000000000000000000000000000000000000
--- a/ios/web/user_metrics.cc
+++ /dev/null
@@ -1,26 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ios/web/public/user_metrics.h"
-
-#include <vector>
-
-#include "base/bind.h"
-#include "base/location.h"
-#include "base/metrics/user_metrics.h"
-#include "ios/web/public/web_thread.h"
-
-namespace web {
-
-// TODO(beaudoin): Get rid of these methods now that the base:: version does
-// thread hopping. Tracked in crbug.com/601483.
-void RecordAction(const base::UserMetricsAction& action) {
- base::RecordAction(action);
-}
-
-void RecordComputedAction(const std::string& action) {
- base::RecordComputedAction(action);
-}
-
-} // namespace web
« no previous file with comments | « ios/web/public/user_metrics.h ('k') | ios/web/web_state/ui/crw_web_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698