Index: chrome/service/cloud_print/print_system.h |
diff --git a/chrome/service/cloud_print/print_system.h b/chrome/service/cloud_print/print_system.h |
index f1ba32409f8885edd22a7f642265224fc94d942f..5f5de0419e0d1366e1c616a8d95d57928151072b 100644 |
--- a/chrome/service/cloud_print/print_system.h |
+++ b/chrome/service/cloud_print/print_system.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -191,9 +191,6 @@ class PrintSystem : public base::RefCountedThreadSafe<PrintSystem> { |
// that used for the HTTP Accept: header. |
virtual std::string GetSupportedMimeTypes() = 0; |
- // Generate unique for proxy. |
- static std::string GenerateProxyId(); |
- |
// Call this function to obtain printing system for specified print server. |
// If print settings are NULL, default settings will be used. |
// Return NULL if no print system available. |