From fdd2837d51c6446e2c417390374fc328a4d25a31 Mon Sep 17 00:00:00 2001 From: "tommycli@chromium.org" Date: Thu, 21 Aug 2014 02:27:26 +0000 Subject: 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 --- extensions/common/extension.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'extensions/common/extension.h') 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 { // 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; -- cgit v1.1