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

Unified Diff: trunk/src/chrome/browser/printing/print_system_task_proxy.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/app/breakpad_win.cc ('k') | trunk/src/chrome/common/child_process_logging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/printing/print_system_task_proxy.cc
===================================================================
--- trunk/src/chrome/browser/printing/print_system_task_proxy.cc (revision 223612)
+++ trunk/src/chrome/browser/printing/print_system_task_proxy.cc (working copy)
@@ -12,7 +12,7 @@
#include "base/metrics/histogram.h"
#include "base/values.h"
#include "chrome/browser/ui/webui/print_preview/print_preview_handler.h"
-#include "chrome/common/crash_keys.h"
+#include "chrome/common/child_process_logging.h"
#include "printing/backend/print_backend.h"
#include "printing/print_job_constants.h"
#include "printing/print_settings.h"
@@ -112,7 +112,7 @@
void PrintSystemTaskProxy::GetPrinterCapabilities(
const std::string& printer_name) {
VLOG(1) << "Get printer capabilities start for " << printer_name;
- crash_keys::ScopedPrinterInfo crash_key(
+ child_process_logging::ScopedPrinterInfoSetter prn_info(
print_backend_->GetPrinterDriverInfo(printer_name));
if (!print_backend_->IsValidPrinter(printer_name)) {
« no previous file with comments | « trunk/src/chrome/app/breakpad_win.cc ('k') | trunk/src/chrome/common/child_process_logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698