mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Revert some unnecessary changes
This commit is contained in:
@@ -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,
|
||||
@@ -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_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user