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

Unified Diff: chrome/common/extensions/permissions/chrome_permission_message_rules.cc

Issue 1688333002: Deleting chrome.searchEnginesPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manage_search_engines_ui1
Patch Set: Update histograms.xml Created 4 years, 10 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/permissions/chrome_permission_message_rules.cc
diff --git a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
index 63104e0a960302fd586161d698656a882d775e37..a6dd56a1765796a23678410fa8714a2f35ccd84e 100644
--- a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
+++ b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
@@ -632,9 +632,6 @@ ChromePermissionMessageRule::GetAllRules() {
{IDS_EXTENSION_PROMPT_WARNING_MUSIC_MANAGER_PRIVATE,
{APIPermission::kMusicManagerPrivate},
{}},
- {IDS_EXTENSION_PROMPT_WARNING_SEARCH_ENGINES_PRIVATE,
- {APIPermission::kSearchEnginesPrivate},
- {}},
{IDS_EXTENSION_PROMPT_WARNING_SETTINGS_PRIVATE,
{APIPermission::kSettingsPrivate},
{}},

Powered by Google App Engine
This is Rietveld 408576698