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

Unified Diff: chrome/browser/extensions/extension_preference_api_constants.cc

Issue 8662008: Implement chrome.systemPrivate.getIncognitoModeAvailability extension API function (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments, fixed bug Created 9 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: chrome/browser/extensions/extension_preference_api_constants.cc
diff --git a/chrome/browser/extensions/extension_preference_api_constants.cc b/chrome/browser/extensions/extension_preference_api_constants.cc
index 9f4d3331ed3a384177a68f0d7eea94d539e7fb9d..27b93dfedaa461dbca0b204fded77a3871b15579 100644
--- a/chrome/browser/extensions/extension_preference_api_constants.cc
+++ b/chrome/browser/extensions/extension_preference_api_constants.cc
@@ -21,5 +21,8 @@ const char kPermissionErrorMessage[] =
"You do not have permission to access the preference '*'. "
"Be sure to declare in your manifest what permissions you need.";
+const char kCannotModifyReadOnlyMessage[] =
+ "You cannot modify the read-only preference '*'.";
+
} // extension_preference_api_constants

Powered by Google App Engine
This is Rietveld 408576698