commit | 0bb29bdceb67aab9bb19599380938d2cd6f60306 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Apr 30 21:39:18 2014 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Apr 30 21:39:18 2014 |
tree | 31d0cf193a376cc923df2069c39c0e8c292b0d4a | |
parent | f32f8dc82e312385ed388267e5606c56110dc726 [diff] [blame] |
cleanup: pass string as const reference from c/b/extension BUG=367418 Review URL: https://codereview.chromium.org/257803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267343 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h index 20e50af..03f18a1 100644 --- a/chrome/browser/extensions/extension_service.h +++ b/chrome/browser/extensions/extension_service.h
@@ -206,7 +206,7 @@ // // TODO(aa): Remove |external_uninstall| -- this information should be passed // to ExtensionPrefs some other way. - virtual bool UninstallExtension(std::string extension_id, + virtual bool UninstallExtension(const std::string& extension_id, bool external_uninstall, base::string16* error);