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

Unified Diff: chrome/browser/extensions/test_extension_dir.h

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
« no previous file with comments | « chrome/browser/extensions/startup_helper.cc ('k') | chrome/browser/extensions/test_extension_dir.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/test_extension_dir.h
diff --git a/chrome/browser/extensions/test_extension_dir.h b/chrome/browser/extensions/test_extension_dir.h
index 0f466df663b0347646749a18ba1fc8754ecc031c..894c664c1c0a6deab8ee0b3784353a33ef282484 100644
--- a/chrome/browser/extensions/test_extension_dir.h
+++ b/chrome/browser/extensions/test_extension_dir.h
@@ -39,9 +39,7 @@ class TestExtensionDir {
base::FilePath Pack();
// Returns the path to the unpacked directory.
- base::FilePath unpacked_path() {
- return dir_.path();
- }
+ base::FilePath UnpackedPath();
private:
// Stores files that make up the extension.
« no previous file with comments | « chrome/browser/extensions/startup_helper.cc ('k') | chrome/browser/extensions/test_extension_dir.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698