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

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

Issue 2275883003: [Signin Error Dialog] (2/3) Added handlers and UI constructors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@error-modal-web
Patch Set: Final nit from tommycli Created 4 years, 4 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/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
deleted file mode 100644
index 7c56c6d8026b2b31bc30d68ae241def26addcc72..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/webui/signin/get_auth_frame.h
+++ /dev/null
@@ -1,28 +0,0 @@
-// 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/gaia_screen_handler.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