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

Unified Diff: content/public/browser/background_tracing_config.cc

Issue 1089253003: Re-land first pass BackgroundTracingManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Scoped_ptr Created 5 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
Index: content/public/browser/background_tracing_config.cc
diff --git a/content/public/browser/interstitial_page_delegate.cc b/content/public/browser/background_tracing_config.cc
similarity index 52%
copy from content/public/browser/interstitial_page_delegate.cc
copy to content/public/browser/background_tracing_config.cc
index 60a441842b4af1ee688de6c4283e813f016059ec..e3c0c1b52b80d5167a91908436f8393152dc2ee2 100644
--- a/content/public/browser/interstitial_page_delegate.cc
+++ b/content/public/browser/background_tracing_config.cc
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/public/browser/interstitial_page_delegate.h"
+#include "content/public/browser/background_tracing_config.h"
namespace content {
-InterstitialPageDelegate::TypeID InterstitialPageDelegate::GetTypeForTesting()
- const {
- return nullptr;
+
+BackgroundTracingConfig::BackgroundTracingConfig(Mode mode) : mode(mode) {
+}
+
+BackgroundTracingConfig::~BackgroundTracingConfig() {
}
} // namespace content
« no previous file with comments | « content/public/browser/background_tracing_config.h ('k') | content/public/browser/background_tracing_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698