Simplify RemoteCallbackFreer

This commit is contained in:
Cheng Zhao 2016-04-26 16:37:46 +09:00
parent 4f21a50d23
commit 76a954077d
2 changed files with 6 additions and 33 deletions

View file

@ -30,10 +30,6 @@ class RemoteCallbackFreer : public ObjectLifeMonitor,
void RenderViewDeleted(content::RenderViewHost*) override;
private:
int GetRendererProcessID();
content::WebContents* web_contents_;
int renderer_process_id_;
int object_id_;
DISALLOW_COPY_AND_ASSIGN(RemoteCallbackFreer);