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

Unified Diff: chrome/browser/browser_resources.grd

Issue 2077473002: MD History: add sign in promo in synced tabs when user isn't logged in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: first acceptable version Created 4 years, 6 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 325f8fbe89add11935945ca13cea6004707a5ba4..72486d82efdd1482939b52880085a6ad94b600d9 100644
--- a/chrome/browser/browser_resources.grd
+++ b/chrome/browser/browser_resources.grd
@@ -232,6 +232,8 @@
<include name="IDR_MD_HISTORY_SYNCED_DEVICE_CARD_JS" file="resources\md_history\synced_device_card.js" type="BINDATA" />
<include name="IDR_MD_HISTORY_SYNCED_DEVICE_MANAGER_HTML" file="resources\md_history\synced_device_manager.html" type="BINDATA" />
<include name="IDR_MD_HISTORY_SYNCED_DEVICE_MANAGER_JS" file="resources\md_history\synced_device_manager.js" type="BINDATA" />
+ <include name="IDR_MD_HISTORY_100_NO_SYNCED_TAB_PNG" file="resources\md_history\images\100\no_synced_tab.png" type="BINDATA" />
tsergeant 2016/06/17 06:22:02 Nit: Include 'images' in the names: IDR_MD_HISTOR
lshang 2016/06/21 03:00:26 Done.
+ <include name="IDR_MD_HISTORY_200_NO_SYNCED_TAB_PNG" file="resources\md_history\images\200\no_synced_tab.png" type="BINDATA" />
calamity 2016/06/17 06:25:45 Change the file name to sign_in_promo.png.
lshang 2016/06/21 03:00:25 Done.
</if>
<include name="IDR_OTHER_DEVICES_JS" file="resources\history\other_devices.js" flattenhtml="true" type="BINDATA" />

Powered by Google App Engine
This is Rietveld 408576698