diff options
author | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 08:03:04 +0000 |
---|---|---|
committer | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-09 08:03:04 +0000 |
commit | abf91a6e38c696ae88fa7a02f25e3e767cbd085f (patch) | |
tree | 189d908ce783f377dfa9613b56459eb5a851a850 /chrome/common/extensions/extension.h | |
parent | bbc5faec973f27b335c186cf4f2775728189613e (diff) | |
download | chromium_src-abf91a6e38c696ae88fa7a02f25e3e767cbd085f.zip chromium_src-abf91a6e38c696ae88fa7a02f25e3e767cbd085f.tar.gz chromium_src-abf91a6e38c696ae88fa7a02f25e3e767cbd085f.tar.bz2 |
Refactor out references to ContentScriptsHandler and chrome:// hosts from PermissionsData.
This does change the logic around thumbnail hosts, but it should be more correct now.
BUG=162530
Review URL: https://chromiumcodereview.appspot.com/17449013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210513 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/extension.h')
-rw-r--r-- | chrome/common/extensions/extension.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h index f54a24f..980ec91 100644 --- a/chrome/common/extensions/extension.h +++ b/chrome/common/extensions/extension.h @@ -23,7 +23,6 @@ #include "chrome/common/extensions/extension_constants.h" #include "chrome/common/extensions/manifest.h" #include "chrome/common/extensions/permissions/api_permission.h" -#include "chrome/common/extensions/permissions/permission_message.h" #include "extensions/common/extension_resource.h" #include "extensions/common/install_warning.h" #include "extensions/common/url_pattern.h" |