New style packaged applications can create a frame-less window, if I
remember correctly.
https://developer.chrome.com/stable/apps/about_apps.html
☆*PhistucK*
On Fri, Nov 16, 2012 at 8:43 PM, Trevor Linton <trevor.lin...@gmail.com>wrote:
> I'm launching an HTML5 app from chromium, I need to remove the
> titlebar/toolbar/frame/omnibox/etc to render the page (not necessarily in
> fullscreen). It seems like --app=<HTML5 file> or app mode is what i'm
> looking for minus the top title bar and frame is still there. Is there
> somewhere programmatically I could begin to look at to remove it?