summaryrefslogtreecommitdiffstats
path: root/extensions/common/extension.h
diff options
context:
space:
mode:
authortommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-21 02:27:26 +0000
committertommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-21 02:28:55 +0000
commitfdd2837d51c6446e2c417390374fc328a4d25a31 (patch)
tree4c645e72d2db435562ec275305a2a4b705859204 /extensions/common/extension.h
parent2bfa5cff6b5c3ab9d6ce4380e435b1006c18458e (diff)
downloadchromium_src-fdd2837d51c6446e2c417390374fc328a4d25a31.zip
chromium_src-fdd2837d51c6446e2c417390374fc328a4d25a31.tar.gz
chromium_src-fdd2837d51c6446e2c417390374fc328a4d25a31.tar.bz2
Extensions: Move id_util functions to crx_file component.
Consolidates id_util functions of extension/app/component ids in the crx_file component. It belongs there because these types of ids are not exclusive to extensions, but rather, for anything that comes in a crx file. BUG=371463 TBR=blundell@chromium.org Review URL: https://codereview.chromium.org/481433005 Cr-Commit-Position: refs/heads/master@{#290971} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/common/extension.h')
-rw-r--r--extensions/common/extension.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/extensions/common/extension.h b/extensions/common/extension.h
index de0e2f5..668f52f 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;