It is actually pretty easy to do that, I guess.I changed chromium to support another button in the toolbar with a keyboard shortcut and removed the "About Chromium" menu really easily - and my knowledge in C++ is nearly nonexistent (I only know the syntax since it is similar to JavaScript).
You should look at the code that uses the regular window and the code that uses the incognito window (use the theme GRD files for hints to what to search for, like the Incognito logo and its ID) and compare the two, move the things that fit you from incognito back into the regular window. The debugger and everything, you can leave them in the code, simply remove all of the reference to them, like menu items (pretty easy to find), keyboard shortcuts and context menu items. ☆PhistucK On Wed, Jul 15, 2009 at 10:50, Kruncher <[email protected]> wrote: > > Hi, > > I would like to create a custom browser application based on the > Chromium source. I have downloaded and compiled the source (from the > "Chrome.sln" solution. > > What I want to do is: > - Create a new executable project. > - Create a custom view that is similar to the "Incognito" view. I > would like the browser to start in this view when opened. > > However, I do not want/need to include the regular or "Incognito" > views, and I want to strip out all of the JavaScript/DOM debugging > parts. > > I would really appreciate it if someone could give me some guidelines. > I have had a read through some of the sources, and I have a rough idea > as to how the projects are structured. > > Many thanks, > Lea Hayes > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
