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

Unified Diff: src/policy.cc

Issue 5180003: cashew: add local byte counters (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cashew.git@master
Patch Set: Address jglasgow and zelidrag (offline) code review comments Created 10 years, 1 month 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 | « src/policy.h ('k') | src/procfs_byte_counter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/policy.cc
diff --git a/src/policy.cc b/src/policy.cc
index 1f5b9f60f72870010ad9fef0ac208193223935e0..6a75fd91140308e1acec58f79ffee8bd0e7852f9 100644
--- a/src/policy.cc
+++ b/src/policy.cc
@@ -8,6 +8,7 @@
namespace cashew {
+// static
Policy* Policy::GetPolicy(const std::string& carrier) {
// for now, everyone gets the default policy
return new(std::nothrow) DefaultPolicy(carrier);
« no previous file with comments | « src/policy.h ('k') | src/procfs_byte_counter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698