Dicard uses of base::Value in native_window.
This commit is contained in:
parent
84e2c35611
commit
b92e6e97ea
2 changed files with 18 additions and 29 deletions
|
@ -26,11 +26,6 @@
|
|||
class CommandLine;
|
||||
struct WebPreferences;
|
||||
|
||||
namespace base {
|
||||
class DictionaryValue;
|
||||
class ListValue;
|
||||
}
|
||||
|
||||
namespace content {
|
||||
class BrowserContext;
|
||||
class WebContents;
|
||||
|
@ -296,7 +291,7 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
|
|||
base::CancelableClosure window_unresposive_closure_;
|
||||
|
||||
// Web preferences.
|
||||
scoped_ptr<base::DictionaryValue> web_preferences_;
|
||||
scoped_ptr<mate::Dictionary> web_preferences_;
|
||||
|
||||
// Page's default zoom factor.
|
||||
double zoom_factor_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue