Commit 7875f3f4 authored by Patrick Monette's avatar Patrick Monette Committed by Commit Bot

[PM] Remove commented-out code

Also remove duplicate header file to fix lint warning.

Change-Id: Ia16ff2af7c5bf144365769276a8072863806a46c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106563
Auto-Submit: Patrick Monette <pmonette@chromium.org>
Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org>
Reviewed-by: default avatarSigurður Ásgeirsson <siggi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751297}
parent c2d13071
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
#include "components/performance_manager/graph/process_node_impl.h" #include "components/performance_manager/graph/process_node_impl.h"
#include "components/performance_manager/performance_manager_impl.h" #include "components/performance_manager/performance_manager_impl.h"
#include "components/performance_manager/public/graph/process_node.h" #include "components/performance_manager/public/graph/process_node.h"
#include "components/performance_manager/public/render_process_host_proxy.h"
#include "components/performance_manager/render_process_user_data.h" #include "components/performance_manager/render_process_user_data.h"
#include "content/public/browser/browser_task_traits.h" #include "content/public/browser/browser_task_traits.h"
#include "content/public/browser/browser_thread.h" #include "content/public/browser/browser_thread.h"
...@@ -67,8 +66,6 @@ class RenderProcessHostProxyTest : public ChromeRenderViewHostTestHarness { ...@@ -67,8 +66,6 @@ class RenderProcessHostProxyTest : public ChromeRenderViewHostTestHarness {
}; };
TEST_F(RenderProcessHostProxyTest, RPHDeletionInvalidatesProxy) { TEST_F(RenderProcessHostProxyTest, RPHDeletionInvalidatesProxy) {
// content::RenderProcessHost* host(
// rph_factory_->CreateRenderProcessHost(profile_, nullptr));
std::unique_ptr<TestingProfileManager> profile_manager( std::unique_ptr<TestingProfileManager> profile_manager(
new TestingProfileManager(TestingBrowserProcess::GetGlobal())); new TestingProfileManager(TestingBrowserProcess::GetGlobal()));
ASSERT_TRUE(profile_manager->SetUp()); ASSERT_TRUE(profile_manager->SetUp());
......
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