Add a method in InspectableWebContentDelegate to set icon for devtools window.

This commit is contained in:
Cheng Zhao 2014-09-09 15:28:48 +08:00
parent c67ba6de6a
commit a6627a7286
6 changed files with 28 additions and 0 deletions

View file

@ -29,6 +29,7 @@ class InspectableWebContents {
// The delegate manages its own life.
virtual void SetDelegate(InspectableWebContentsDelegate* delegate) = 0;
virtual InspectableWebContentsDelegate* GetDelegate() const = 0;
};
} // namespace brightray