| Index: chrome/common/extensions/extension.h
|
| diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
|
| index 0ab8b4e9956e2c0be3c746895f1e81154ffbae97..4774eadea1270c5a888d6566260221ccf2743b95 100644
|
| --- a/chrome/common/extensions/extension.h
|
| +++ b/chrome/common/extensions/extension.h
|
| @@ -544,7 +544,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| bool LoadDescription(string16* error);
|
| bool LoadManifestVersion(string16* error);
|
| bool LoadNaClModules(string16* error);
|
| - bool LoadTextToSpeechVoices(string16* error);
|
|
|
| // Returns true if the extension has more than one "UI surface". For example,
|
| // an extension that has a browser action and a page action.
|
|
|