Index: extensions/browser/api/extensions_api_client.h |
diff --git a/extensions/browser/api/extensions_api_client.h b/extensions/browser/api/extensions_api_client.h |
index dc45299b49b323ae3250c7c05bbb0b45fd370689..38f8da818d32544b68d3d918a334364da5bec243 100644 |
--- a/extensions/browser/api/extensions_api_client.h |
+++ b/extensions/browser/api/extensions_api_client.h |
@@ -71,6 +71,8 @@ class ExtensionsAPIClient { |
// Returns the HidService instance for this embedder. |
virtual device::HidService* GetHidService(); |
+ virtual void RegisterGuestViewType() {} |
Ken Rockot(use gerrit already)
2014/08/07 22:37:40
nit: Should probably pluralize this, i.e. Register
Xi Han
2014/08/08 14:12:11
Done.
|
+ |
// NOTE: If this interface gains too many methods (perhaps more than 20) it |
// should be split into one interface per API. |
}; |