| Index: extensions/browser/extension_prefs.h
|
| diff --git a/extensions/browser/extension_prefs.h b/extensions/browser/extension_prefs.h
|
| index d2cc9ebc4277849faf60e50a7cc38c3cd22e2e91..ebb30b0c2f02c81b9421e11b54e877c899f3ba47 100644
|
| --- a/extensions/browser/extension_prefs.h
|
| +++ b/extensions/browser/extension_prefs.h
|
| @@ -280,9 +280,6 @@ class ExtensionPrefs : public ExtensionScopedPrefs, public KeyedService {
|
| // Called to change the extension's manifest when it's re-localized.
|
| void UpdateManifest(const Extension* extension);
|
|
|
| - // Returns extension path based on extension ID, or empty FilePath on error.
|
| - base::FilePath GetExtensionPath(const std::string& extension_id);
|
| -
|
| // Returns base extensions install directory.
|
| const base::FilePath& install_directory() const { return install_directory_; }
|
|
|
|
|