summaryrefslogtreecommitdiffstats
path: root/src/core/cookie_monster_delegate_qt.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-06-24 13:37:03 +0200
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-07-01 11:50:03 +0200
commit9a43ea339594a1e9bbd3fd8a74565f37b802b26f (patch)
tree6c7336fd5b86391d000cf88d973ebc1c530c105c /src/core/cookie_monster_delegate_qt.h
parentfca390efa07fd4121dd550b91a33ca913062b26f (diff)
Remove onloaded signal from Cookie API
This callback is no longer available from Chromium, and was not very important to the API in the first place. Change-Id: If65509380f2c27053cb4c04801b4e50694440d6a Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src/core/cookie_monster_delegate_qt.h')
-rw-r--r--src/core/cookie_monster_delegate_qt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/cookie_monster_delegate_qt.h b/src/core/cookie_monster_delegate_qt.h
index 05ab24e9f..7cd76bff0 100644
--- a/src/core/cookie_monster_delegate_qt.h
+++ b/src/core/cookie_monster_delegate_qt.h
@@ -71,7 +71,6 @@ public:
void setClient(QWebEngineCookieStoreClient *client);
void OnCookieChanged(const net::CanonicalCookie& cookie, bool removed, ChangeCause cause) override;
- void OnLoaded() override;
};
}