Fix error caused by refactor
This commit is contained in:
parent
6df2326a30
commit
0abbedcdae
3 changed files with 2 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue