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

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

Issue 702603004: Renamed DISABLE_BASIC_PRINTING and ENABLE_FULL_PRINTING. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 02:31:54 PST 2014 Created 6 years, 1 month 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 d9dc6674364a5e3939adefdd9b656c8a812d02a9..8bc8c4d1e0baee65747e94c89a42ed9f77f49386 100644
--- a/chrome/browser/task_manager/printing_information.h
+++ b/chrome/browser/task_manager/printing_information.h
@@ -10,7 +10,7 @@
namespace task_manager {
-#if defined(ENABLE_FULL_PRINTING)
+#if defined(ENABLE_PRINT_PREVIEW)
class PrintingResource;
// WebContentsInformation for WebContentses that are created for print preview
@@ -29,7 +29,7 @@ class PrintingInformation : public NotificationObservingWebContentsInformation {
private:
DISALLOW_COPY_AND_ASSIGN(PrintingInformation);
};
-#endif // defined(ENABLE_FULL_PRINTING)
+#endif // defined(ENABLE_PRINT_PREVIEW)
} // namespace task_manager

Powered by Google App Engine
This is Rietveld 408576698