From d599aea151a5c7753e7eb1fc1a2c2b5953ac580b Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 15 Jun 2018 12:38:30 +0200 Subject: Rename BrowserContextAdapter to ProfileAdapter Follow change of BrowserContextQt to ProfileQt. Fix wrong naming usage of browserContext instead of browserContextAdapter. Change-Id: I75fdac685d9bffd44f0144921d3e87305d6d44c9 Reviewed-by: Kai Koehne --- src/core/web_contents_adapter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/web_contents_adapter.h') diff --git a/src/core/web_contents_adapter.h b/src/core/web_contents_adapter.h index a5ed1f471..b367c9fcb 100644 --- a/src/core/web_contents_adapter.h +++ b/src/core/web_contents_adapter.h @@ -189,7 +189,7 @@ public: void backgroundColorChanged(); QAccessibleInterface *browserAccessible(); ProfileQt* profile(); - BrowserContextAdapter* browserContextAdapter(); + ProfileAdapter* profileAdapter(); QWebChannel *webChannel() const; void setWebChannel(QWebChannel *, uint worldId); FaviconManager *faviconManager(); @@ -226,7 +226,7 @@ private: void waitForUpdateDragActionCalled(); bool handleDropDataFileContents(const content::DropData &dropData, QMimeData *mimeData); - BrowserContextAdapter *m_browserContextAdapter; + ProfileAdapter *m_profileAdapter; std::unique_ptr m_webContents; std::unique_ptr m_webContentsDelegate; std::unique_ptr m_renderViewObserverHost; -- cgit v1.2.3