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

Unified Diff: chrome/browser/policy/external_data_fetcher.h

Issue 19462006: Implement fetching, caching and retrieval of external policy data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 4 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/policy/external_data_fetcher.h
diff --git a/chrome/browser/policy/external_data_fetcher.h b/chrome/browser/policy/external_data_fetcher.h
index ce8f161d6b95a6e234841f37efde4132b0fa95ec..f6bf873381a4057a44660e9c63250d885a27fafe 100644
--- a/chrome/browser/policy/external_data_fetcher.h
+++ b/chrome/browser/policy/external_data_fetcher.h
@@ -44,7 +44,7 @@ class ExternalDataFetcher {
private:
base::WeakPtr<ExternalDataManager> manager_;
- std::string policy_;
+ const std::string policy_;
};
} // namespace policy
« no previous file with comments | « chrome/browser/policy/cloud/user_cloud_policy_store_base.cc ('k') | chrome/browser/policy/external_data_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698