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

Unified Diff: chrome/common/extensions/extension_manifest_constants.cc

Issue 9694038: OBSOLETE REVIEW. See http://codereview.chromium.org/10382149/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/common/extensions/extension_manifest_constants.cc
===================================================================
--- chrome/common/extensions/extension_manifest_constants.cc (revision 136836)
+++ chrome/common/extensions/extension_manifest_constants.cc (working copy)
@@ -168,8 +168,6 @@
"Cannot claim all URLs in an extent.";
const char kCannotScriptGallery[] =
"The extensions gallery cannot be scripted.";
-const char kCannotUninstallManagedExtension[] =
- "Attempted uninstallation of an extension that is not user-manageable.";
const char kChromeVersionTooLow[] =
"This extension requires * version * or greater.";
const char kDisabledByPolicy[] =

Powered by Google App Engine
This is Rietveld 408576698