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

Unified Diff: chrome/browser/extensions/extension_settings_storage.h

Issue 7977018: Enable sync for the settings from the Extension Settings API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix race condition in ExtensionSettingsUIWrapper::Core Created 9 years, 3 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/extensions/extension_settings_storage.h
diff --git a/chrome/browser/extensions/extension_settings_storage.h b/chrome/browser/extensions/extension_settings_storage.h
index 5918ab293bac4bfd209fb99370b15d6d914fe4f7..1a5311fedf500d3f59153f0bd28ffa871baee893 100644
--- a/chrome/browser/extensions/extension_settings_storage.h
+++ b/chrome/browser/extensions/extension_settings_storage.h
@@ -35,7 +35,7 @@ class ExtensionSettingsStorage {
// The dictionary result of the computation. NULL does not imply invalid;
// HasError() should be used to test this.
- // Wwnership remains with with the Result.
+ // Ownership remains with with the Result.
DictionaryValue* GetSettings() const;
// Whether there was an error in the computation. If so, the results of

Powered by Google App Engine
This is Rietveld 408576698