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
|
}; |
}; |