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

Unified Diff: extensions/browser/preload_check.h

Issue 2740853002: Use PreloadCheckGroup in ExtensionInstallChecker. Make RequirementsChecker a PreloadCheck. (Closed)
Patch Set: Created 3 years, 9 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/browser/preload_check.h
diff --git a/extensions/browser/preload_check.h b/extensions/browser/preload_check.h
index 011cbbbb2952eb7818f69b3da0a66bd1797088c6..e0e41e55cb0a79b444da9d5704fa21e429343551 100644
--- a/extensions/browser/preload_check.h
+++ b/extensions/browser/preload_check.h
@@ -28,6 +28,9 @@ class PreloadCheck {
BLACKLISTED_ID,
BLACKLISTED_UNKNOWN,
DISALLOWED_BY_POLICY,
+ NPAPI_NOT_SUPPORTED,
+ WEBGL_NOT_SUPPORTED,
+ WINDOW_SHAPE_NOT_SUPPORTED,
};
// TODO(michaelpg): Remove std::hash<int> template argument once std::hash
« no previous file with comments | « extensions/browser/api/management/management_api_delegate.h ('k') | extensions/browser/preload_check_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698