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

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: Fix outdated header. 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..0cb7fe1eafe8f71657e6102d16c10f376093a597 100644
--- a/chrome/browser/chromeos/cros_settings_provider.h
+++ b/chrome/browser/chromeos/cros_settings_provider.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -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