diff options
Diffstat (limited to 'content/public/common/web_preferences.h')
-rw-r--r-- | content/public/common/web_preferences.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h index cfae632..636f7a2 100644 --- a/content/public/common/web_preferences.h +++ b/content/public/common/web_preferences.h @@ -227,6 +227,7 @@ struct CONTENT_EXPORT WebPreferences { // chrome, except for the cases where it would require lots of extra work for // the embedder to use the same default value. WebPreferences(); + WebPreferences(const WebPreferences& other); ~WebPreferences(); }; |