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

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

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/common/intent_helper.mojom ('k') | components/arc/test/fake_intent_helper_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/test/fake_intent_helper_instance.h
diff --git a/components/arc/test/fake_intent_helper_instance.h b/components/arc/test/fake_intent_helper_instance.h
index a8ebf399fad3dc8b0188e9baaf16e2ab6c70cd19..a0316800c5c51040b5179bb3e50addd309cd1390 100644
--- a/components/arc/test/fake_intent_helper_instance.h
+++ b/components/arc/test/fake_intent_helper_instance.h
@@ -43,8 +43,9 @@ class FakeIntentHelperInstance : public mojom::IntentHelperInstance {
void AddPreferredPackage(const std::string& package_name) override;
- void GetFileSize(const std::string& url,
- const GetFileSizeCallback& callback) override;
+ void GetFileSizeDeprecated(
+ const std::string& url,
+ const GetFileSizeDeprecatedCallback& callback) override;
void HandleIntent(mojom::IntentInfoPtr intent,
mojom::ActivityNamePtr activity) override;
@@ -58,8 +59,9 @@ class FakeIntentHelperInstance : public mojom::IntentHelperInstance {
void Init(mojom::IntentHelperHostPtr host_ptr) override;
- void OpenFileToRead(const std::string& url,
- const OpenFileToReadCallback& callback) override;
+ void OpenFileToReadDeprecated(
+ const std::string& url,
+ const OpenFileToReadDeprecatedCallback& callback) override;
void RequestActivityIcons(
std::vector<mojom::ActivityNamePtr> activities,
« no previous file with comments | « components/arc/common/intent_helper.mojom ('k') | components/arc/test/fake_intent_helper_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698