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

Unified Diff: chrome/browser/task_manager/printing_information.cc

Issue 1912773002: Remove the old task manager view (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile error 3 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
Index: chrome/browser/task_manager/printing_information.cc
diff --git a/chrome/browser/task_manager/printing_information.cc b/chrome/browser/task_manager/printing_information.cc
index 4256e4e239770360c5e5e29787c6ab0b7e7a7cb9..67ce62398ac7e5e348406631b2e1a7598d6f1911 100644
--- a/chrome/browser/task_manager/printing_information.cc
+++ b/chrome/browser/task_manager/printing_information.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#if defined(ENABLE_PRINT_PREVIEW)
+
#include "chrome/browser/task_manager/printing_information.h"
#include "base/macros.h"
@@ -115,3 +117,5 @@ std::unique_ptr<RendererResource> PrintingInformation::MakeResource(
}
} // namespace task_manager
+
+#endif // defined(ENABLE_PRINT_PREVIEW)

Powered by Google App Engine
This is Rietveld 408576698