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

Unified Diff: chrome/browser/chromeos/arc/arc_auth_service.h

Issue 2864433003: [ARC] Add browser test of ArcAuthService (Closed)
Patch Set: Response to reviews Created 3 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
« no previous file with comments | « chrome/browser/chromeos/arc/arc_auth_context.cc ('k') | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_auth_service.h
diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
index 5df870119508b8f7368a6cc1b165e2d1fb83b887..60f162600759a7518dc6e13611a6ac34113afb5a 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -29,9 +29,8 @@ class ArcAuthService : public ArcService,
explicit ArcAuthService(ArcBridgeService* bridge_service);
~ArcAuthService() override;
- // This is introduced to work with existing tests.
- // TODO(crbug.com/664095): Clean up the test and remove this method.
- static ArcAuthService* GetForTest();
+ // For supporting ArcServiceManager::GetService<T>().
+ static const char kArcServiceName[];
// InstanceHolder<mojom::AuthInstance>::Observer:
void OnInstanceReady() override;
« no previous file with comments | « chrome/browser/chromeos/arc/arc_auth_context.cc ('k') | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698