Discard is_guest_, use type_ instead

This commit is contained in:
Cheng Zhao 2015-06-24 22:23:38 +08:00
parent 2bfa9da82e
commit 19ca011735
5 changed files with 24 additions and 30 deletions

View file

@ -85,8 +85,7 @@ std::string RemoveWhitespace(const std::string& str) {
NativeWindow::NativeWindow(content::WebContents* web_contents,
const mate::Dictionary& options)
: CommonWebContentsDelegate(false),
content::WebContentsObserver(web_contents),
: content::WebContentsObserver(web_contents),
has_frame_(true),
transparent_(false),
enable_larger_than_screen_(false),