Commit 5bf78c3d authored by Joel Hockey's avatar Joel Hockey Committed by Commit Bot

Delete unused MountCrostini fields

Change-Id: I5e3e8fc5c8a4ca0c1bfc1af6dd1076914eab4619
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2483743
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
Commit-Queue: Jason Lin <lxj@google.com>
Auto-Submit: Joel Hockey <joelhockey@chromium.org>
Reviewed-by: default avatarJason Lin <lxj@google.com>
Cr-Commit-Position: refs/heads/master@{#818328}
parent 7cdd266f
...@@ -277,10 +277,6 @@ class FileManagerPrivateMountCrostiniFunction : public LoggedExtensionFunction { ...@@ -277,10 +277,6 @@ class FileManagerPrivateMountCrostiniFunction : public LoggedExtensionFunction {
ResponseAction Run() override; ResponseAction Run() override;
void RestartCallback(crostini::CrostiniResult); void RestartCallback(crostini::CrostiniResult);
private:
std::string source_path_;
std::string mount_label_;
}; };
// Implements the chrome.fileManagerPrivate.importCrostiniImage method. // Implements the chrome.fileManagerPrivate.importCrostiniImage method.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment