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

Unified Diff: trunk/src/chrome/common/crash_keys.h

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/common/child_process_logging_win.cc ('k') | trunk/src/chrome/common/crash_keys.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/common/crash_keys.h
===================================================================
--- trunk/src/chrome/common/crash_keys.h (revision 223612)
+++ trunk/src/chrome/common/crash_keys.h (working copy)
@@ -24,17 +24,6 @@
// multiple because of process collapsing).
void SetActiveExtensions(const std::set<std::string>& extensions);
-// Sets the printer info. Data should be separated by ';' up to
-// kPrinterInfoCount substrings. Each substring will be truncated if necessary.
-class ScopedPrinterInfo {
- public:
- explicit ScopedPrinterInfo(const base::StringPiece& data);
- ~ScopedPrinterInfo();
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ScopedPrinterInfo);
-};
-
// Crash Key Name Constants ////////////////////////////////////////////////////
// The product release/distribution channel.
@@ -70,11 +59,6 @@
extern const char kGPUGLVersion[];
#endif
-// The user's printers, up to kPrinterInfoCount. Should be set with
-// ScopedPrinterInfo.
-const size_t kPrinterInfoCount = 4;
-extern const char kPrinterInfo[];
-
#if defined(OS_MACOSX)
namespace mac {
« no previous file with comments | « trunk/src/chrome/common/child_process_logging_win.cc ('k') | trunk/src/chrome/common/crash_keys.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698