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

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

Issue 472333002: Remove deprecated chrome.pageActions api functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: histograms.xml Created 6 years, 4 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
« no previous file with comments | « chrome/common/extensions/api/page_actions.json ('k') | chrome/common/extensions_api_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/chrome_extensions_client.cc
diff --git a/chrome/common/extensions/chrome_extensions_client.cc b/chrome/common/extensions/chrome_extensions_client.cc
index 99c7c851851c4d28495f1da94424aef64cc475fa..80befd80209a5145a68e79fa4424833ffcbaf740 100644
--- a/chrome/common/extensions/chrome_extensions_client.cc
+++ b/chrome/common/extensions/chrome_extensions_client.cc
@@ -247,8 +247,6 @@ void ChromeExtensionsClient::RegisterAPISchemaResources(
api->RegisterSchemaResource("inputMethodPrivate",
IDR_EXTENSION_API_JSON_INPUTMETHODPRIVATE);
api->RegisterSchemaResource("pageAction", IDR_EXTENSION_API_JSON_PAGEACTION);
- api->RegisterSchemaResource("pageActions",
- IDR_EXTENSION_API_JSON_PAGEACTIONS);
api->RegisterSchemaResource("privacy", IDR_EXTENSION_API_JSON_PRIVACY);
api->RegisterSchemaResource("processes", IDR_EXTENSION_API_JSON_PROCESSES);
api->RegisterSchemaResource("proxy", IDR_EXTENSION_API_JSON_PROXY);
« no previous file with comments | « chrome/common/extensions/api/page_actions.json ('k') | chrome/common/extensions_api_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698