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

Unified Diff: chrome/browser/extensions/api/developer_private/developer_private_api_unittest.cc

Issue 2770753006: [base/files] Respect MAC_CHROMIUM_TMPDIR instead of TMPDIR on macOS. (Closed)
Patch Set: fix DeveloperPrivateApiUnitTest.LoadUnpackedRetryId Created 3 years, 9 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 | « base/files/file_util_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/developer_private/developer_private_api_unittest.cc
diff --git a/chrome/browser/extensions/api/developer_private/developer_private_api_unittest.cc b/chrome/browser/extensions/api/developer_private/developer_private_api_unittest.cc
index a2718f67e5ce40efcc9f35bd04faa219dbe37078..666988433f52ba2e69e3f66c41399d397ab416b5 100644
--- a/chrome/browser/extensions/api/developer_private/developer_private_api_unittest.cc
+++ b/chrome/browser/extensions/api/developer_private/developer_private_api_unittest.cc
@@ -604,7 +604,7 @@ TEST_F(DeveloperPrivateApiUnitTest, LoadUnpackedRetryId) {
"version": 1,
"manifest_version": 2
})");
- base::FilePath path = dir.UnpackedPath();
+ base::FilePath path = base::MakeAbsoluteFilePath(dir.UnpackedPath());
Devlin 2017/03/29 15:15:43 Hmm... this doesn't seem like quite the right plac
api::EntryPicker::SkipPickerAndAlwaysSelectPathForTest(&path);
DeveloperPrivateAPI::UnpackedRetryId retry_guid;
« no previous file with comments | « base/files/file_util_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698