Index: ios/public/provider/chrome/browser/chrome_browser_provider.h |
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.h b/ios/public/provider/chrome/browser/chrome_browser_provider.h |
index 58eec55302a7b64e97fe03083e60e7757142eb71..73ea0ab79097cdd51eaf1ff089f9d7e02bfb12a6 100644 |
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h |
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h |
@@ -91,8 +91,6 @@ class ChromeBrowserProvider { |
virtual std::string GetDistributionBrandCode(); |
// Returns risk data used in Wallet requests. |
virtual std::string GetRiskData(); |
- // Returns whether there is an Off-The-Record session active. |
- virtual bool IsOffTheRecordSessionActive(); |
// Get the favicon for |page_url| and run |callback| with result when loaded. |
// Note. |callback| is always run asynchronously. |
virtual void GetFaviconForURL( |