Decouple WebContentsDelegate from NativeWindow

This commit is contained in:
Cheng Zhao 2015-06-25 11:07:23 +08:00
parent 5236b0c067
commit fb5fe7a714
10 changed files with 120 additions and 179 deletions

View file

@ -127,7 +127,7 @@ class NativeWindowViews : public NativeWindow,
std::string* name, std::string* class_name) override;
#endif
// content::WebContentsDelegate:
// NativeWindow:
void ActivateContents(content::WebContents* contents) override;
void HandleKeyboardEvent(
content::WebContents*,