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

Unified Diff: printing/backend/win_helper.h

Issue 2904353002: CHECK XPS initialization succeeds on Windows. (Closed)
Patch Set: MakeUnique instead Created 3 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
« no previous file with comments | « printing/backend/print_backend_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/win_helper.h
diff --git a/printing/backend/win_helper.h b/printing/backend/win_helper.h
index 05e0fe97c78066159da8e1f6ce22227c1506307a..a9090be8a55c0f24eb2b6a0d295b4faa5d3a7f18 100644
--- a/printing/backend/win_helper.h
+++ b/printing/backend/win_helper.h
@@ -141,6 +141,8 @@ class PRINTING_EXPORT ScopedXPSInitializer {
private:
bool initialized_;
+
+ DISALLOW_COPY_AND_ASSIGN(ScopedXPSInitializer);
};
// Wrapper class to wrap the XPS Print APIs (these are different from the PTxxx
« no previous file with comments | « printing/backend/print_backend_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698