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

Unified Diff: chrome/browser/policy/chrome_browser_policy_connector.h

Issue 872433006: Disconnect one click sign in code. The code itself will be removed in followup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 11 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: chrome/browser/policy/chrome_browser_policy_connector.h
diff --git a/chrome/browser/policy/chrome_browser_policy_connector.h b/chrome/browser/policy/chrome_browser_policy_connector.h
index 2d0fdde57edb9092848ef9fb02082d21090bc565..ba24431da59169c69be884985bdb85b50c7523c5 100644
--- a/chrome/browser/policy/chrome_browser_policy_connector.h
+++ b/chrome/browser/policy/chrome_browser_policy_connector.h
@@ -40,12 +40,6 @@ class ChromeBrowserPolicyConnector : public BrowserPolicyConnector {
private:
ConfigurationPolicyProvider* CreatePlatformProvider();
- // Appends the --enable-web-based-signin flag if the
- // enable-web-based-signin policy is enabled.
- // TODO(guohui): Needs to move this to a more proper place and also to handle
- // dynamic refresh.
- void AppendExtraFlagPerPolicy();
-
DISALLOW_COPY_AND_ASSIGN(ChromeBrowserPolicyConnector);
};

Powered by Google App Engine
This is Rietveld 408576698