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

Unified Diff: chrome/browser/chromeos/arc/print/arc_print_service.h

Issue 2567083002: Migrate ArcBridgeService::Observer and ArcSession::Observer. (Closed)
Patch Set: rebase Created 4 years 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 | « chrome/browser/chromeos/arc/notification/arc_boot_error_notification.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/print/arc_print_service.h
diff --git a/chrome/browser/chromeos/arc/print/arc_print_service.h b/chrome/browser/chromeos/arc/print/arc_print_service.h
index 6354817eafa16609805f7ed994c99e16dbec27d8..656b4dd0567625a1ce4a63fd271663c838bc1d95 100644
--- a/chrome/browser/chromeos/arc/print/arc_print_service.h
+++ b/chrome/browser/chromeos/arc/print/arc_print_service.h
@@ -22,7 +22,7 @@ class ArcPrintService : public ArcService,
explicit ArcPrintService(ArcBridgeService* bridge_service);
~ArcPrintService() override;
- // ArcBridgeService::Observer overrides.
+ // InstanceHolder<mojom::PrintInstance>::Observer:
void OnInstanceReady() override;
void Print(mojo::ScopedHandle pdf_data) override;
« no previous file with comments | « chrome/browser/chromeos/arc/notification/arc_boot_error_notification.cc ('k') | components/arc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698