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

Unified Diff: trunk/src/chrome/utility/chrome_content_utility_client.cc

Issue 23503070: Revert 223610 "Set the printer info in crash reports using the c..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « trunk/src/chrome/service/cloud_print/print_system_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/utility/chrome_content_utility_client.cc
===================================================================
--- trunk/src/chrome/utility/chrome_content_utility_client.cc (revision 223612)
+++ trunk/src/chrome/utility/chrome_content_utility_client.cc (working copy)
@@ -54,7 +54,7 @@
#endif // defined(OS_WIN) || defined(OS_MACOSX)
#if defined(ENABLE_FULL_PRINTING)
-#include "chrome/common/crash_keys.h"
+#include "chrome/common/child_process_logging.h"
#include "printing/backend/print_backend.h"
#endif
@@ -504,7 +504,7 @@
printing::PrintBackend::CreateInstance(NULL);
printing::PrinterCapsAndDefaults printer_info;
- crash_keys::ScopedPrinterInfo crash_key(
+ child_process_logging::ScopedPrinterInfoSetter prn_info(
print_backend->GetPrinterDriverInfo(printer_name));
if (print_backend->GetPrinterCapsAndDefaults(printer_name, &printer_info)) {
« no previous file with comments | « trunk/src/chrome/service/cloud_print/print_system_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698