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

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

Issue 2130803002: Deleting the copresence API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/chrome_manifest_handlers.cc
diff --git a/chrome/common/extensions/chrome_manifest_handlers.cc b/chrome/common/extensions/chrome_manifest_handlers.cc
index 9751d048d3cd1a85f6b2bcef0ebf845ab8049c2a..ca7ecf507240e1df18cebfeee3635654f2b43a61 100644
--- a/chrome/common/extensions/chrome_manifest_handlers.cc
+++ b/chrome/common/extensions/chrome_manifest_handlers.cc
@@ -18,7 +18,6 @@
#include "chrome/common/extensions/manifest_handlers/app_launch_info.h"
#include "chrome/common/extensions/manifest_handlers/automation.h"
#include "chrome/common/extensions/manifest_handlers/content_scripts_handler.h"
-#include "chrome/common/extensions/manifest_handlers/copresence_manifest.h"
#include "chrome/common/extensions/manifest_handlers/extension_action_handler.h"
#include "chrome/common/extensions/manifest_handlers/linked_app_icons.h"
#include "chrome/common/extensions/manifest_handlers/minimum_chrome_version_checker.h"
@@ -47,7 +46,6 @@ void RegisterChromeManifestHandlers() {
(new AutomationHandler)->Register();
(new CommandsHandler)->Register();
(new ContentScriptsHandler)->Register();
- (new CopresenceManifestHandler)->Register();
(new DevToolsPageHandler)->Register();
(new ExtensionActionHandler)->Register();
(new HomepageURLHandler)->Register();
« no previous file with comments | « chrome/common/extensions/api/schemas.gypi ('k') | chrome/common/extensions/docs/templates/public/apps/copresence.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698