summaryrefslogtreecommitdiffstats
path: root/src/core/web_contents_adapter.h
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-06-15 11:19:32 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-07-06 13:53:03 +0000
commita83fd13f62673ce439bdfea55238f9d8ef8676ce (patch)
treec0d776725235ca6c2d51b709d186db89618b7d86 /src/core/web_contents_adapter.h
parent153b0d9acf3531d28d790fc98dbaf9ad24a3fae5 (diff)
Finalize change from BrowserContext to Profile
Changes 6c319ce and af313cb splited BrowserContextQt into ProfileQt and ProfileIODataQt. Finalize the change and rename leftover browserContext references to follow the initial change. Change-Id: I845142b1edb67ec4b94439be1e6cfc841dd3f55c Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core/web_contents_adapter.h')
-rw-r--r--src/core/web_contents_adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/web_contents_adapter.h b/src/core/web_contents_adapter.h
index f0a716250..a5ed1f471 100644
--- a/src/core/web_contents_adapter.h
+++ b/src/core/web_contents_adapter.h
@@ -188,7 +188,7 @@ public:
void dpiScaleChanged();
void backgroundColorChanged();
QAccessibleInterface *browserAccessible();
- ProfileQt* browserContext();
+ ProfileQt* profile();
BrowserContextAdapter* browserContextAdapter();
QWebChannel *webChannel() const;
void setWebChannel(QWebChannel *, uint worldId);