summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/profiles/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/profiles/profile.h')
-rw-r--r--chromium/chrome/browser/profiles/profile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chromium/chrome/browser/profiles/profile.h b/chromium/chrome/browser/profiles/profile.h
index cb0057570ee..46d5f28cbd8 100644
--- a/chromium/chrome/browser/profiles/profile.h
+++ b/chromium/chrome/browser/profiles/profile.h
@@ -50,9 +50,6 @@ class Profile : public content::BrowserContext {
// off-the-record profiles of a Guest session.
virtual bool IsGuestSession() const;
-#ifdef TOOLKIT_QT
- virtual std::string GetPushMessagingEndpoint() const;
-#endif
};
#endif // CHROME_BROWSER_PROFILES_PROFILE_H_