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

Unified Diff: extensions/browser/preload_check.h

Issue 2783813002: Move ChromeRequirementsChecker to //extensions as a PreloadCheck (Closed)
Patch Set: rebase? Created 3 years, 8 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 5050d542ba58ac883f7432455438fab52d2d3516..d3445fff8754651178078ea7a3f04cf11caf8ef0 100644
--- a/extensions/browser/preload_check.h
+++ b/extensions/browser/preload_check.h
@@ -27,6 +27,9 @@ class PreloadCheck {
BLACKLISTED_ID,
BLACKLISTED_UNKNOWN,
DISALLOWED_BY_POLICY,
+ NPAPI_NOT_SUPPORTED,
+ WEBGL_NOT_SUPPORTED,
+ WINDOW_SHAPE_NOT_SUPPORTED,
};
using Errors = std::set<Error>;
« no previous file with comments | « extensions/browser/api/management/management_api_delegate.h ('k') | extensions/browser/requirements_checker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698