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

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

Issue 9861015: [cros] Captive portal dialog fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clarify Created 8 years, 9 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/captive_portal_window_proxy.h
diff --git a/chrome/browser/chromeos/login/captive_portal_window_proxy.h b/chrome/browser/chromeos/login/captive_portal_window_proxy.h
index a3371f4657580342661c33cbd905c926f2f56323..2e6424b4f0d1679d38afee1696f41f95cca749f0 100644
--- a/chrome/browser/chromeos/login/captive_portal_window_proxy.h
+++ b/chrome/browser/chromeos/login/captive_portal_window_proxy.h
@@ -40,8 +40,13 @@ class CaptivePortalWindowProxy : public views::Widget::Observer {
// Shows captive portal window only after a redirection has happened. So it is
// safe to call this method, when the caller isn't 100% sure that the network
// is in the captive portal state.
+ // Subsequent call to this method would reuses existing view
+ // but reloads test page (generate_204).
void ShowIfRedirected();
+ // Forces captive portal window show.
+ void Show();
+
// Closes the window.
void Close();
« no previous file with comments | « chrome/browser/chromeos/login/captive_portal_view.cc ('k') | chrome/browser/chromeos/login/captive_portal_window_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698