Skip to content

Commit

Permalink
Revert some unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Dec 5, 2017
1 parent cb3a9c6 commit 24b3ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atom/browser/api/atom_api_web_contents.h
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ class WebContents : public mate::TrackableObject<WebContents>,
v8::Local<v8::Value> Debugger(v8::Isolate* isolate);

WebContentsZoomController* GetZoomController() { return zoom_controller_; }
AtomBrowserContext* GetBrowserContext() const;

protected:
WebContents(v8::Isolate* isolate,
Expand Down Expand Up @@ -368,6 +367,8 @@ class WebContents : public mate::TrackableObject<WebContents>,
const std::vector<base::string16>& labels);

private:
AtomBrowserContext* GetBrowserContext() const;

uint32_t GetNextRequestId() {
return ++request_id_;
}
Expand Down

0 comments on commit 24b3ee3

Please sign in to comment.