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

Unified Diff: components/chrome_cleaner/public/interfaces/chrome_prompt.mojom

Issue 2842163003: Use mojo.common.mojom.FilePath to represent file paths (Closed)
Patch Set: Use mojo.common.mojom.FilePath to represent file paths Created 3 years, 8 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 | « components/chrome_cleaner/public/interfaces/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/chrome_cleaner/public/interfaces/chrome_prompt.mojom
diff --git a/components/chrome_cleaner/public/interfaces/chrome_prompt.mojom b/components/chrome_cleaner/public/interfaces/chrome_prompt.mojom
index 7458a8e3f67c82eec31213fa5f2537612daa7fa2..b10a3a1db85740644babcf2dc265fbec653a9d35 100644
--- a/components/chrome_cleaner/public/interfaces/chrome_prompt.mojom
+++ b/components/chrome_cleaner/public/interfaces/chrome_prompt.mojom
@@ -4,6 +4,8 @@
module chrome_cleaner.mojom;
+import "mojo/common/file_path.mojom";
+
// The behaviours that have been observed for a given UwS.
struct ObservedBehaviours {
bool ad_injector;
@@ -27,7 +29,7 @@ struct UwS {
// List of fully-qualified paths of the files that will be deleted by the
// Chrome Cleanup Tool for this unwanted software.
- array<string> files_to_delete;
+ array<mojo.common.mojom.FilePath> files_to_delete;
};
// Indicates if elevation will be required for cleanup.
« no previous file with comments | « components/chrome_cleaner/public/interfaces/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698