~osomon/oxide/im-fake-key-events

« back to all changes in this revision

Viewing changes to qt/core/glue/oxide_qt_web_context_adapter_p.h

  • Committer: Chris Coulson
  • Date: 2014-04-01 11:25:14 UTC
  • mfrom: (438.2.2 trunk)
  • Revision ID: chris.coulson@canonical.com-20140401112514-9gtj72mbx5f05nj5
Add WebContext.sessionCookieMode

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    base::FilePath cache_path;
67
67
    std::string accept_langs;
68
68
    net::StaticCookiePolicy::Type cookie_policy;
 
69
    content::CookieStoreConfig::SessionCookieMode session_cookie_mode;
69
70
    bool popup_blocker_enabled;
70
71
  };
71
72