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

Unified Diff: chrome/browser/chromeos/login/helper.h

Issue 2794493002: Add AuthPolicyLoginHelper (Closed)
Patch Set: Update after review Created 3 years, 8 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/chromeos/login/helper.h
diff --git a/chrome/browser/chromeos/login/helper.h b/chrome/browser/chromeos/login/helper.h
index cd27dc773f406c356b6cb5c9acee4a50aa2882fd..f3ebd2fad49f6642e86bf32b9c3a79935dd58740 100644
--- a/chrome/browser/chromeos/login/helper.h
+++ b/chrome/browser/chromeos/login/helper.h
@@ -108,12 +108,6 @@ content::StoragePartition* GetSigninPartition();
// flow, the context of the sign-in webview storage partition is returned.
net::URLRequestContextGetter* GetSigninContext();
-using OnPipeReadyCallback = base::Callback<void(base::ScopedFD fd)>;
-// Returns file descriptor of a pipe, open for reading. Pipe keeps the passed
-// data.
-void GetPipeReadEnd(const std::string& data,
- const OnPipeReadyCallback& callback);
-
} // namespace login
} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/enterprise_enrollment_browsertest.cc ('k') | chrome/browser/chromeos/login/helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698