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

Unified Diff: chrome/browser/extensions/extension_action_runner_browsertest.cc

Issue 2314363002: extensions: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Comment addressed Created 4 years, 3 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
Index: chrome/browser/extensions/extension_action_runner_browsertest.cc
diff --git a/chrome/browser/extensions/extension_action_runner_browsertest.cc b/chrome/browser/extensions/extension_action_runner_browsertest.cc
index 6333d9f4d9d7e3e92aaf033d4275101d83e83360..267e69a27efa5760911a5ed57f9973484c94e15b 100644
--- a/chrome/browser/extensions/extension_action_runner_browsertest.cc
+++ b/chrome/browser/extensions/extension_action_runner_browsertest.cc
@@ -163,7 +163,7 @@ const Extension* ExtensionActionRunnerBrowserTest::CreateExtension(
injection_type == CONTENT_SCRIPT ? kContentScriptSource
: kBackgroundScriptSource);
- const Extension* extension = LoadExtension(dir->unpacked_path());
+ const Extension* extension = LoadExtension(dir->UnpackedPath());
if (extension) {
test_extension_dirs_.push_back(std::move(dir));
extensions_.push_back(extension);
« no previous file with comments | « chrome/browser/extensions/crx_installer_browsertest.cc ('k') | chrome/browser/extensions/extension_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698