Move occurences of web::Record*Action to base::Record*Action in ios downstream repo
Reported by
beaudoin@chromium.org,
May 25 2016
|
||||
Issue descriptionios/web/public/user_metrics.h is deprecated and replaced by base/metrics/user_metrics.h. Calls to web::RecordAction and web::RecordComputedAction should therefore be moved to their base:: equivalent. A CL has been written to do this in the public repo, but there are still 170+ references in the downstream repo. Ref: https://codereview.chromium.org/2013853002/
,
May 25 2016
Since you are tomorrow's sheriff.
,
Apr 19 2017
,
Apr 20 2017
Obsolete, this has been fixed a long time ago. $ cd src/ios_internal $ git grep user_metrics.h DEPS: "+base/metrics/user_metrics.h", chrome/browser/providers/native_app_launcher/google_native_app_metadata.mm:#include "base/metrics/user_metrics.h" chrome/browser/providers/signin/chrome_identity_interaction_manager_impl.mm:#include "base/metrics/user_metrics.h" chrome/browser/providers/ui/ntp/logo_container_view.mm:#include "base/metrics/user_metrics.h" chrome/browser/providers/ui/voice/glif_voice_search_bar_view.mm:#include "base/metrics/user_metrics.h" |
||||
►
Sign in to add a comment |
||||
Comment 1 by justincohen@chromium.org
, May 25 2016Status: Assigned (was: Untriaged)