Fix error caused by refactor

This commit is contained in:
Cheng Zhao 2018-03-08 17:52:46 +09:00
parent 6df2326a30
commit 0abbedcdae
3 changed files with 2 additions and 8 deletions

View file

@ -120,11 +120,6 @@ WebContentsPreferences* WebContentsPreferences::From(
return FromWebContents(web_contents);
}
// static
WebContentsPreferences* WebContentsPreferences::From(int process_id) {
return From(GetWebContentsFromProcessID(process_id));
}
void WebContentsPreferences::AppendCommandLineSwitches(
base::CommandLine* command_line) {
bool b;