I want to remove the URL input box, along with the Back,Forward, Refresh Buttons for a project I am working on. (I want a custom version that only works with one server address). Can someone point me in the right direction?
That is exactly what I want to do. Only, I want a branded version of Chrome so that I can possibly add other functionality at some point. Is there a way in the code to have it start up in this mode?
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
That sound good, but I’d really rather create my own compile of chromium. Once I get this part figured out, there are some other things I’m looking at doing also so I’d rather continue with the custom build option at this time.
I’m looking to do this on both Mac and Windows. I’m currently working on the Mac version.
So, I think I now know what the URL input box is called... Omnibox? I have found several parts of the code that deal with it, but what I havn't found is any part of the code that controls how it looks on the screen, the length, visibility or any of that. I'd think to hide it from my users, I would just need to set it to invisible, or set it length to 0, but I don't see where that is handled. I am wanting to do this for both MAC and PC.
For the windows side of things, I think what I really want to do is force the browser into the "--app=http://site/url" mode. Any help in finding where this could be done would be appreciated as allways.