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

Unified Diff: ios/chrome/browser/physical_web/start_physical_web_discovery.h

Issue 2573923002: Modify Physical Web auto-optin behavior on Chrome for iOS (Closed)
Patch Set: IsGoogleSearchURLWithReplaceableKeyword Created 4 years 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/chrome/browser/physical_web/start_physical_web_discovery.h
diff --git a/ios/chrome/browser/physical_web/start_physical_web_discovery.h b/ios/chrome/browser/physical_web/start_physical_web_discovery.h
index 43901d15b82902bd84afa527680dc7145cf0b064..65e4981dcedda887a03c4c0db7840459bc1a8c05 100644
--- a/ios/chrome/browser/physical_web/start_physical_web_discovery.h
+++ b/ios/chrome/browser/physical_web/start_physical_web_discovery.h
@@ -13,13 +13,6 @@ class ChromeBrowserState;
// Checks the environment and starts Physical Web discovery if the required
// conditions are met.
-// Deprecated, use the version below that takes an ios::ChromeBrowserState.
-// TODO(mattreynolds): remove once downstream users have been switched to the
-// new method.
-void StartPhysicalWebDiscovery(PrefService* pref_service, bool is_incognito);
-
-// Checks the environment and starts Physical Web discovery if the required
-// conditions are met.
void StartPhysicalWebDiscovery(PrefService* pref_service,
ios::ChromeBrowserState* browser_state);

Powered by Google App Engine
This is Rietveld 408576698