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

Unified Diff: chrome/common/url_constants.cc

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: chrome/common/url_constants.cc
diff --git a/chrome/common/url_constants.cc b/chrome/common/url_constants.cc
index 652baef7291f22e3b7bccb495e2bf18fe4472f92..0d353ec621ca7159cb479bbb140e0cfeb41d245d 100644
--- a/chrome/common/url_constants.cc
+++ b/chrome/common/url_constants.cc
@@ -557,9 +557,6 @@ const char kRemoveNonCWSExtensionURL[] =
"https://support.google.com/chrome/answer/2811969?"
"p=ui_remove_non_cws_extensions&rd=1";
-const char kCorruptExtensionURL[] =
- "https://support.google.com/chrome/?p=settings_corrupt_extension";
-
const char kNotificationsHelpURL[] =
"https://support.google.com/chrome/?p=ui_notifications";

Powered by Google App Engine
This is Rietveld 408576698