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

Unified Diff: chromeos/network/network_state.h

Issue 12779022: Add Ash notification UI for OutOfCredits network property (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add support for R26 Created 7 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
« no previous file with comments | « chrome/browser/chromeos/system/ash_system_tray_delegate.cc ('k') | chromeos/network/network_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_state.h
diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
index f8f9567f2c11737f7eeb3ef0b524b4bbe4d44252..6e7890b93bad5dff04b1d6549cdce8de24839a3f 100644
--- a/chromeos/network/network_state.h
+++ b/chromeos/network/network_state.h
@@ -49,6 +49,7 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
bool activate_over_non_cellular_networks() const {
return activate_over_non_cellular_networks_;
}
+ bool cellular_out_of_credits() const { return cellular_out_of_credits_; }
bool IsConnectedState() const;
bool IsConnectingState() const;
@@ -80,6 +81,7 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
std::string activation_state_;
std::string roaming_;
bool activate_over_non_cellular_networks_;
+ bool cellular_out_of_credits_;
DISALLOW_COPY_AND_ASSIGN(NetworkState);
};
« no previous file with comments | « chrome/browser/chromeos/system/ash_system_tray_delegate.cc ('k') | chromeos/network/network_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698