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

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

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.h
diff --git a/chrome/browser/task_manager/printing_information.h b/chrome/browser/task_manager/printing_information.h
index a520cc86615017db9bf7f800a21d852fbca759e5..1dd6c3e717deeb6ac8ee42a04206cc6fcf81a48b 100644
--- a/chrome/browser/task_manager/printing_information.h
+++ b/chrome/browser/task_manager/printing_information.h
@@ -5,12 +5,13 @@
#ifndef CHROME_BROWSER_TASK_MANAGER_PRINTING_INFORMATION_H_
#define CHROME_BROWSER_TASK_MANAGER_PRINTING_INFORMATION_H_
+#if defined(ENABLE_PRINT_PREVIEW)
tapted 2016/05/20 00:08:45 Are these guards still needed? If these are moving
afakhry 2016/05/20 02:32:50 Done.
+
#include "base/macros.h"
#include "chrome/browser/task_manager/web_contents_information.h"
namespace task_manager {
-#if defined(ENABLE_PRINT_PREVIEW)
class PrintingResource;
// WebContentsInformation for WebContentses that are created for print preview
@@ -29,8 +30,9 @@ class PrintingInformation : public NotificationObservingWebContentsInformation {
private:
DISALLOW_COPY_AND_ASSIGN(PrintingInformation);
};
-#endif // defined(ENABLE_PRINT_PREVIEW)
} // namespace task_manager
+#endif // defined(ENABLE_PRINT_PREVIEW)
+
#endif // CHROME_BROWSER_TASK_MANAGER_PRINTING_INFORMATION_H_

Powered by Google App Engine
This is Rietveld 408576698