Home | History | Annotate | Download | only in browser

Lines Matching refs:Enable

956   // For now we only enable client-side detection on the canary, dev and beta
991 void BrowserProcessImpl::SetIPCLoggingEnabled(bool enable) {
992 // First enable myself.
993 if (enable)
994 IPC::Logging::GetInstance()->Enable();
1005 enable));
1011 i.GetCurrentValue()->Send(new ChildProcessMsg_SetIPCLoggingEnabled(enable));