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

Unified Diff: chrome/service/cloud_print/print_system.h

Issue 9443007: Add Chrome To Mobile Service and Views Page Action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put shared CloudPrint consts/helpers in chrome/common/; use CloudPrintURL. Created 8 years, 9 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: 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..2a240ef6eb3c0c77e75a3e5ae8ea8e0dd8855486 100644
--- a/chrome/service/cloud_print/print_system.h
+++ b/chrome/service/cloud_print/print_system.h
@@ -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.

Powered by Google App Engine
This is Rietveld 408576698