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

Unified Diff: components/arc/storage_manager/arc_storage_manager.h

Issue 2347293002: arc: Add InstanceHelper::GetInstanceForMethod() (Closed)
Patch Set: git cl format/lint Created 4 years, 3 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: components/arc/storage_manager/arc_storage_manager.h
diff --git a/components/arc/storage_manager/arc_storage_manager.h b/components/arc/storage_manager/arc_storage_manager.h
index 1ca766e73c9b38e7fddf2ac2a9ef5dd323bcd7ec..8ea47ccec8534ef42cc3e473b879de3058205f2b 100644
--- a/components/arc/storage_manager/arc_storage_manager.h
+++ b/components/arc/storage_manager/arc_storage_manager.h
@@ -39,8 +39,6 @@ class ArcStorageManager : public ArcService {
bool DeleteApplicationsCache(const base::Callback<void()>& callback);
private:
- mojom::StorageManagerInstance* GetStorageManagerInstance();
-
DISALLOW_COPY_AND_ASSIGN(ArcStorageManager);
};

Powered by Google App Engine
This is Rietveld 408576698