diff options
Diffstat (limited to 'webkit/glue/dom_operations.h')
-rw-r--r-- | webkit/glue/dom_operations.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/dom_operations.h b/webkit/glue/dom_operations.h index f202def..1694f4d 100644 --- a/webkit/glue/dom_operations.h +++ b/webkit/glue/dom_operations.h @@ -87,7 +87,8 @@ struct SavableResourcesResult { // will send those links to embedder. Return value indicates whether we get // all saved resource links successfully. bool GetAllSavableResourceLinksForCurrentPage(WebView* view, - const GURL& page_url, SavableResourcesResult* savable_resources_result); + const GURL& page_url, SavableResourcesResult* savable_resources_result, + const char** savable_schemes); // Structure used when installing a web page as an app. Populated via // GetApplicationInfo. |