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

Unified Diff: extensions/browser/uninstall_reason.h

Issue 557953005: Allow the user to "repair" a corrupted extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: extensions/browser/uninstall_reason.h
diff --git a/extensions/browser/uninstall_reason.h b/extensions/browser/uninstall_reason.h
index 728d47c8809f371ea997c8f0f55ae94c1b508144..55db382227efc8d6adf5d9172d637b3559b48268 100644
--- a/extensions/browser/uninstall_reason.h
+++ b/extensions/browser/uninstall_reason.h
@@ -21,7 +21,8 @@ enum UninstallReason {
// uninstall the corresponding extension id.
UNINSTALL_REASON_ORPHANED_EXTERNAL_EXTENSION,
UNINSTALL_REASON_ORPHANED_SHARED_MODULE,
- UNINSTALL_REASON_INTERNAL_MANAGEMENT // Internal extensions (see usages)
+ UNINSTALL_REASON_INTERNAL_MANAGEMENT, // Internal extensions (see usages)
+ UNINSTALL_REASON_REINSTALL
};
} // extensions

Powered by Google App Engine
This is Rietveld 408576698