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

Unified Diff: chrome/browser/chromeos/cros_settings_provider.h

Issue 6737035: Proxy settings automation hooks and related proxy settings fixes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove cache_ and related function. Created 9 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
Index: chrome/browser/chromeos/cros_settings_provider.h
diff --git a/chrome/browser/chromeos/cros_settings_provider.h b/chrome/browser/chromeos/cros_settings_provider.h
index 36e856e81b3b3d62a9287af84bffcb2b4a3ddd3c..00e0307553efbef0a9b70e2347b3247ff103f6db 100644
--- a/chrome/browser/chromeos/cros_settings_provider.h
+++ b/chrome/browser/chromeos/cros_settings_provider.h
@@ -20,7 +20,7 @@ class CrosSettingsProvider {
void Set(const std::string& path, Value* in_value);
// Gets settings value of given |path| to |out_value|.
- // Note that |out_value| is still owned by this class.
+ // Note that |out_value| is owned by the caller, not this class.
virtual bool Get(const std::string& path, Value** out_value) const = 0;
// Gets the namespace prefix provided by this provider

Powered by Google App Engine
This is Rietveld 408576698