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

Unified Diff: components/policy/core/common/cloud/resource_cache.h

Issue 2440473004: Add policy domain for signin screen apps (Closed)
Patch Set: More comments according to feedback Created 4 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
Index: components/policy/core/common/cloud/resource_cache.h
diff --git a/components/policy/core/common/cloud/resource_cache.h b/components/policy/core/common/cloud/resource_cache.h
index fd06513f9e05ddbb070217d6b26cdda59aa3f1b6..6709d36d9adada729310ac61afa0ff2e84782ad3 100644
--- a/components/policy/core/common/cloud/resource_cache.h
+++ b/components/policy/core/common/cloud/resource_cache.h
@@ -75,10 +75,11 @@ class POLICY_EXPORT ResourceCache {
bool allow_create,
base::FilePath* path);
- // Points |path| at the file in which data for (key, subkey) should be stored
- // and returns whether the parent directory of this file exists. If
+ // Points |subkey_path| at the file in which data for (key, subkey) should be
+ // stored and returns whether the parent directory of this file exists. If
// |allow_create_key| is |true|, the directory is created if it did not exist
- // yet. This method does not check whether the file at |path| exists or not.
+ // yet. This method does not check whether the file at |subkey_path| exists or
+ // not.
bool VerifyKeyPathAndGetSubkeyPath(const std::string& key,
bool allow_create_key,
const std::string& subkey,

Powered by Google App Engine
This is Rietveld 408576698