Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: ios/public/provider/chrome/browser/chrome_browser_provider.h

Issue 2615433002: Remove ChromeBrowserProvider::IsOffTheRecordSessionActive(). (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698