Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1865)

Unified Diff: extensions/common/extension.h

Issue 481433005: Extensions: Move id_util functions to crx_file component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert last patchset. function returns Extension* and can't use an assert. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/common/extension.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « extensions/common/BUILD.gn ('k') | extensions/common/extension.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698