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

Unified Diff: chrome/common/extensions/extension.h

Issue 51433002: Enable permission warnings from ManifestHandlers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing. Created 7 years, 1 month 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: chrome/common/extensions/extension.h
diff --git a/chrome/common/extensions/extension.h b/chrome/common/extensions/extension.h
index c99a80dd247e84e2721ea11bbdc77c13fdd5a91e..2f087b98b016610a5785fabc935029df7080822d 100644
--- a/chrome/common/extensions/extension.h
+++ b/chrome/common/extensions/extension.h
@@ -45,6 +45,7 @@ class ImageSkia;
namespace extensions {
class PermissionsData;
class APIPermissionSet;
+class ManifestPermissionSet;
class PermissionSet;
// Represents a Chrome extension.

Powered by Google App Engine
This is Rietveld 408576698