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

Unified Diff: components/arc/test/fake_intent_helper_instance.cc

Issue 2505993005: Move FS related mojo methods to ArcFileSystemInstance. (Closed)
Patch Set: Define version constants. Created 4 years, 1 month 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 | « components/arc/test/fake_intent_helper_instance.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_intent_helper_instance.cc
diff --git a/components/arc/test/fake_intent_helper_instance.cc b/components/arc/test/fake_intent_helper_instance.cc
index 890c8508e4aedcb95d1f17e3c23b79b0e2360844..d57d8e3a2cf3f16d7c3187fa46ee8069c4e46e23 100644
--- a/components/arc/test/fake_intent_helper_instance.cc
+++ b/components/arc/test/fake_intent_helper_instance.cc
@@ -27,9 +27,9 @@ FakeIntentHelperInstance::~FakeIntentHelperInstance() {}
void FakeIntentHelperInstance::AddPreferredPackage(
const std::string& package_name) {}
-void FakeIntentHelperInstance::GetFileSize(
+void FakeIntentHelperInstance::GetFileSizeDeprecated(
const std::string& url,
- const GetFileSizeCallback& callback) {}
+ const GetFileSizeDeprecatedCallback& callback) {}
void FakeIntentHelperInstance::HandleIntent(mojom::IntentInfoPtr intent,
mojom::ActivityNamePtr activity) {}
@@ -44,9 +44,9 @@ void FakeIntentHelperInstance::HandleUrlList(
void FakeIntentHelperInstance::Init(mojom::IntentHelperHostPtr host_ptr) {}
-void FakeIntentHelperInstance::OpenFileToRead(
+void FakeIntentHelperInstance::OpenFileToReadDeprecated(
const std::string& url,
- const OpenFileToReadCallback& callback) {}
+ const OpenFileToReadDeprecatedCallback& callback) {}
void FakeIntentHelperInstance::RequestActivityIcons(
std::vector<mojom::ActivityNamePtr> activities,
« no previous file with comments | « components/arc/test/fake_intent_helper_instance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698