diff options
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r-- | chrome/common/extensions/extension.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index debdab9..7b2e12e 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h @@ -145,6 +145,7 @@ class Extension { std::string* error); const FilePath& path() const { return path_; } + void set_path(const FilePath& path) { path_ = path; } const GURL& url() const { return extension_url_; } const Location location() const { return location_; } void set_location(Location location) { location_ = location; } |