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

Unified Diff: chrome/common/extensions/api/experimental_system_info_display.idl

Issue 15091002: Lazily load API schemas from resource files and convert all APIs to features (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 7 years, 7 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: chrome/common/extensions/api/experimental_system_info_display.idl
diff --git a/chrome/common/extensions/api/experimental_system_info_display.idl b/chrome/common/extensions/api/experimental_system_info_display.idl
index 4d45bb0bdead3006b46e677b2f5bf63c5fa83e6b..9bf6a79ee52fb18121a224c54a043ccd2cbeb62d 100644
--- a/chrome/common/extensions/api/experimental_system_info_display.idl
+++ b/chrome/common/extensions/api/experimental_system_info_display.idl
@@ -47,6 +47,6 @@ namespace experimental.systemInfo.display {
interface Functions {
// Get all display information on the system. The argument passed to the
// callback is an array of DisplayUnitInfo objects.
- static void get(DisplayInfoCallback callback);
+ [nocompile] static void get(DisplayInfoCallback callback);
not at google - send to devlin 2013/05/24 19:09:18 interesting, out of curiosity what makes this nece
cduvall 2013/05/30 00:50:51 This was originally needed because of the non-expe
};
};

Powered by Google App Engine
This is Rietveld 408576698