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

Unified Diff: chrome/common/extensions/extension_file_util.cc

Issue 9429066: Coverity: Fix a few pass-by-values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/common/extensions/extension_file_util.cc
diff --git a/chrome/common/extensions/extension_file_util.cc b/chrome/common/extensions/extension_file_util.cc
index 855c27604f9ce21ef63015bf6f9b5a223a0e6c2d..0dbd86bad1ea52546d72af243cc024c15f51178d 100644
--- a/chrome/common/extensions/extension_file_util.cc
+++ b/chrome/common/extensions/extension_file_util.cc
@@ -129,7 +129,7 @@ scoped_refptr<Extension> LoadExtension(const FilePath& extension_path,
}
scoped_refptr<Extension> LoadExtension(const FilePath& extension_path,
- std::string extension_id,
+ const std::string& extension_id,
Extension::Location location,
int flags,
std::string* error) {

Powered by Google App Engine
This is Rietveld 408576698