Commit c8e3fcee authored by bmcquade's avatar bmcquade Committed by Commit bot

Add TODO to remove page_load_histograms.h/.cc

BUG=384330

Review-Url: https://codereview.chromium.org/2343923002
Cr-Commit-Position: refs/heads/master@{#418983}
parent 7a43e837
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// TODO(bmcquade): delete this class in October 2016, as it is deprecated by the
// new PageLoad.* UMA histograms.
#include "chrome/renderer/page_load_histograms.h" #include "chrome/renderer/page_load_histograms.h"
#include <stddef.h> #include <stddef.h>
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// TODO(bmcquade): delete this class in October 2016, as it is deprecated by the
// new PageLoad.* UMA histograms.
#ifndef CHROME_RENDERER_PAGE_LOAD_HISTOGRAMS_H_ #ifndef CHROME_RENDERER_PAGE_LOAD_HISTOGRAMS_H_
#define CHROME_RENDERER_PAGE_LOAD_HISTOGRAMS_H_ #define CHROME_RENDERER_PAGE_LOAD_HISTOGRAMS_H_
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment