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

Unified Diff: chrome/browser/chromeos/dbus/printer_service_provider.h

Issue 1130933005: Remove code for showing cloud print page on plugging-in a printer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 7 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/browser/chromeos/dbus/printer_service_provider.h
diff --git a/chrome/browser/chromeos/dbus/printer_service_provider.h b/chrome/browser/chromeos/dbus/printer_service_provider.h
index 68c1cff185b341f30296eb3eb94fd48789e03460..af4d02478853246d05fd924b8df6d5d13563a1fb 100644
--- a/chrome/browser/chromeos/dbus/printer_service_provider.h
+++ b/chrome/browser/chromeos/dbus/printer_service_provider.h
@@ -54,10 +54,6 @@ class PrinterServiceProvider
// CrosDBusService::ServiceProviderInterface override.
void Start(scoped_refptr<dbus::ExportedObject> exported_object) override;
- protected:
- virtual void ShowCloudPrintHelp(const std::string& vendor,
- const std::string& product);
-
private:
friend class PrinterServiceProviderAppSearchEnabledTest;

Powered by Google App Engine
This is Rietveld 408576698