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

Unified Diff: chrome/browser/chromeos/login/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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/network_screen_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/network_screen_actor.h
diff --git a/chrome/browser/chromeos/login/network_screen_actor.h b/chrome/browser/chromeos/login/network_screen_actor.h
index f7801421e7fab18cfabd9ebf2f0e6750bcd37e63..7507e75b358283dfbb92df4228b19436ddcf7869 100644
--- a/chrome/browser/chromeos/login/network_screen_actor.h
+++ b/chrome/browser/chromeos/login/network_screen_actor.h
@@ -6,6 +6,8 @@
#define CHROME_BROWSER_CHROMEOS_LOGIN_NETWORK_SCREEN_ACTOR_H_
#pragma once
+#include "base/string16.h"
+
namespace chromeos {
class HelpAppLauncher;
@@ -48,12 +50,6 @@ class NetworkScreenActor {
// Sets whether continue control is enabled.
virtual void EnableContinue(bool enabled) = 0;
-
- // Returns if continue control is enabled.
- virtual bool IsContinueEnabled() const = 0;
-
- // Returns true if we're in the connecting state.
- virtual bool IsConnecting() const = 0;
};
} // namespace chromeos
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/network_screen_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698