Comment #8 on issue 9426 by boci.boci: Turn off About:Network for Chrome  
Official Builds
http://code.google.com/p/chromium/issues/detail?id=9426

I think it's not too complicated (I'm not C/C++ coder) but maybe something  
like this:

....
#if defined(OS_WIN)
bool enabled =  
user_prefs->GetBoolean(prefs::kNetworkMonitorOrEnableUnstableFeature);
if(enabled)
if (LowerCaseEqualsASCII(url.spec(), chrome::kChromeUINetworkURL)) {
  // Run the dialog. This will re-use the existing one if it's already up.
AboutNetworkDialog::RunDialog();
....

And you need add the prefs page the checkbox.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to