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

Unified Diff: chrome/browser/browser_resources.grd

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/browser/browser_resources.grd
diff --git a/chrome/browser/browser_resources.grd b/chrome/browser/browser_resources.grd
index bc801a3402393dbd27429c809e3bd7012e8a3051..904f5887a8c0d21dcd91d15404402d481fbda9a4 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -98,11 +98,6 @@
<if expr="enable_app_list">
<include name="IDR_CHROME_APP_MANIFEST" file="resources\chrome_app\manifest.json" type="BINDATA" />
</if>
- <if expr="not is_android and not is_ios">
- <include name="IDR_COPRESENCE_CSS" file="resources\copresence.css" type="BINDATA" />
- <include name="IDR_COPRESENCE_HTML" file="resources\copresence.html" type="BINDATA" />
- <include name="IDR_COPRESENCE_JS" file="resources\copresence.js" type="BINDATA" />
- </if>
<if expr="enable_printing">
<include name="IDR_CLOUDPRINT_MANIFEST" file="resources\cloud_print_app\manifest.json" type="BINDATA" />
</if>

Powered by Google App Engine
This is Rietveld 408576698