diff options
Diffstat (limited to 'chrome/common/extensions/url_pattern.cc')
-rw-r--r-- | chrome/common/extensions/url_pattern.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/url_pattern.cc b/chrome/common/extensions/url_pattern.cc index 7f705f2..b6aff22 100644 --- a/chrome/common/extensions/url_pattern.cc +++ b/chrome/common/extensions/url_pattern.cc @@ -75,7 +75,7 @@ bool URLPattern::Parse(const std::string& pattern) { path_start_pos = host_end_pos; } - + path_ = pattern.substr(path_start_pos); return true; } |