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

Unified Diff: chrome/browser/ui/webui/signin/get_auth_frame.h

Issue 1536553002: Remove InlineLoginHandlerChromeOS and exclude InlineLoginUI from CrOS build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge conflicts resolved. Created 4 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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('k') | chrome/browser/ui/webui/signin/get_auth_frame.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/signin/get_auth_frame.h
diff --git a/chrome/browser/ui/webui/signin/get_auth_frame.h b/chrome/browser/ui/webui/signin/get_auth_frame.h
new file mode 100644
index 0000000000000000000000000000000000000000..7c56c6d8026b2b31bc30d68ae241def26addcc72
--- /dev/null
+++ b/chrome/browser/ui/webui/signin/get_auth_frame.h
@@ -0,0 +1,28 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROME_BROWSER_UI_WEBUI_SIGNIN_GET_AUTH_FRAME_H_
+#define CHROME_BROWSER_UI_WEBUI_SIGNIN_GET_AUTH_FRAME_H_
+
+#include <string>
+
+namespace content {
+class RenderFrameHost;
+class WebContents;
+}
+
+namespace signin {
+
+// Gets a webview within an auth page that has the specified parent frame name
+// (i.e. <webview name="foobar"></webview>).
+content::RenderFrameHost* GetAuthFrame(content::WebContents* web_contents,
+ const std::string& parent_frame_name);
+
+content::WebContents* GetAuthFrameWebContents(
+ content::WebContents* web_contents,
+ const std::string& parent_frame_name);
+
+} // namespace signin
+
+#endif // CHROME_BROWSER_UI_WEBUI_SIGNIN_GET_AUTH_FRAME_H_
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('k') | chrome/browser/ui/webui/signin/get_auth_frame.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698