mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 198276.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1249 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -478,12 +478,6 @@ typedef struct _cef_browser_settings_t {
|
||||
///
|
||||
cef_state_t text_area_resize;
|
||||
|
||||
///
|
||||
// Controls whether the fastback (back/forward) page cache will be used. Also
|
||||
// configurable using the "enable-fastback" command-line switch.
|
||||
///
|
||||
cef_state_t page_cache;
|
||||
|
||||
///
|
||||
// Controls whether the tab key can advance focus to links. Also configurable
|
||||
// using the "disable-tab-to-links" command-line switch.
|
||||
|
@@ -448,7 +448,6 @@ struct CefBrowserSettingsTraits {
|
||||
target->image_shrink_standalone_to_fit =
|
||||
src->image_shrink_standalone_to_fit;
|
||||
target->text_area_resize = src->text_area_resize;
|
||||
target->page_cache = src->page_cache;
|
||||
target->tab_to_links = src->tab_to_links;
|
||||
target->author_and_user_styles = src->author_and_user_styles;
|
||||
target->local_storage = src->local_storage;
|
||||
|
Reference in New Issue
Block a user