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

Unified Diff: extensions/common/manifest_handlers/externally_connectable.h

Issue 599163003: Add whitelist for extensions to put <all_urls> in externally_connectable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed permission warnings unittest Created 6 years, 3 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
Index: extensions/common/manifest_handlers/externally_connectable.h
diff --git a/extensions/common/manifest_handlers/externally_connectable.h b/extensions/common/manifest_handlers/externally_connectable.h
index 960904e01a13665726fa47af0711c4b7de302b4e..f72ff45646577720233153ca55c5ce90bd3dec7e 100644
--- a/extensions/common/manifest_handlers/externally_connectable.h
+++ b/extensions/common/manifest_handlers/externally_connectable.h
@@ -57,6 +57,7 @@ struct ExternallyConnectableInfo : public Extension::ManifestData {
// the manifest. Sets |error| and returns an empty scoped_ptr on failure.
static scoped_ptr<ExternallyConnectableInfo> FromValue(
const base::Value& value,
+ bool allow_all_urls,
std::vector<InstallWarning>* install_warnings,
base::string16* error);
« no previous file with comments | « extensions/common/api/_permission_features.json ('k') | extensions/common/manifest_handlers/externally_connectable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698