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

Unified Diff: printing/backend/print_backend.cc

Issue 24649002: Clean up a few more unused globals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thestig comment 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
Index: printing/backend/print_backend.cc
diff --git a/printing/backend/print_backend.cc b/printing/backend/print_backend.cc
index 29dc1fd5e9b48f70f01253a77a69b130c1986aa0..9b86e5d5912a59a3da234466cd42ff0aba0c758a 100644
--- a/printing/backend/print_backend.cc
+++ b/printing/backend/print_backend.cc
@@ -9,13 +9,8 @@
#include "third_party/icu/source/common/unicode/uchar.h"
#include "ui/gfx/text_elider.h"
-namespace {
-
-const wchar_t kDefaultDocumentTitle[] = L"Untitled Document";
const int kMaxDocumentTitleLength = 50;
-} // namespace
-
namespace printing {
PrinterBasicInfo::PrinterBasicInfo()

Powered by Google App Engine
This is Rietveld 408576698