| Index: extensions/common/extension.h
|
| diff --git a/extensions/common/extension.h b/extensions/common/extension.h
|
| index de0e2f584c508b04a477e11eb4236ff10cd45a73..668f52f6806af108db2709416e594fd601467675 100644
|
| --- a/extensions/common/extension.h
|
| +++ b/extensions/common/extension.h
|
| @@ -202,9 +202,6 @@ class Extension : public base::RefCountedThreadSafe<Extension> {
|
| // The mimetype used for extensions.
|
| static const char kMimeType[];
|
|
|
| - // Checks to see if the extension has a valid ID.
|
| - static bool IdIsValid(const std::string& id);
|
| -
|
| // See Type definition in Manifest.
|
| Manifest::Type GetType() const;
|
|
|
|
|