mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 233896.
- The CefBrowserSettings.author_and_user_styles option is now always enabled. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1512 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -485,12 +485,6 @@ typedef struct _cef_browser_settings_t {
|
||||
///
|
||||
cef_state_t tab_to_links;
|
||||
|
||||
///
|
||||
// Controls whether style sheets can be used. Also configurable using the
|
||||
// "disable-author-and-user-styles" command-line switch.
|
||||
///
|
||||
cef_state_t author_and_user_styles;
|
||||
|
||||
///
|
||||
// Controls whether local storage can be used. Also configurable using the
|
||||
// "disable-local-storage" command-line switch.
|
||||
|
@@ -449,7 +449,6 @@ struct CefBrowserSettingsTraits {
|
||||
src->image_shrink_standalone_to_fit;
|
||||
target->text_area_resize = src->text_area_resize;
|
||||
target->tab_to_links = src->tab_to_links;
|
||||
target->author_and_user_styles = src->author_and_user_styles;
|
||||
target->local_storage = src->local_storage;
|
||||
target->databases= src->databases;
|
||||
target->application_cache = src->application_cache;
|
||||
|
Reference in New Issue
Block a user