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

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

Issue 7121013: Initial implementation of network screen WebUI handler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compile Created 9 years, 6 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/views_network_screen_actor.h
diff --git a/chrome/browser/chromeos/login/views_network_screen_actor.h b/chrome/browser/chromeos/login/views_network_screen_actor.h
index 6c223f259c14d613496d7c15e66650d91833d09b..0505e969123896f06f919bc00edd455c777a92db 100644
--- a/chrome/browser/chromeos/login/views_network_screen_actor.h
+++ b/chrome/browser/chromeos/login/views_network_screen_actor.h
@@ -47,8 +47,6 @@ class ViewsNetworkScreenActor : public ViewScreen<NetworkSelectionView>,
bool connecting,
const string16& network_id);
virtual void EnableContinue(bool enabled);
- virtual bool IsContinueEnabled() const;
- virtual bool IsConnecting() const;
// views::ButtonListener implementation:
virtual void ButtonPressed(views::Button* sender, const views::Event& event);
@@ -66,6 +64,10 @@ class ViewsNetworkScreenActor : public ViewScreen<NetworkSelectionView>,
return &keyboard_switch_menu_;
}
+ // For tests.
+ virtual bool IsContinueEnabled() const;
+ virtual bool IsConnecting() const;
+
private:
// Overridden views::BubbleDelegate.
virtual void BubbleClosing(Bubble* bubble, bool closed_by_escape);

Powered by Google App Engine
This is Rietveld 408576698