Commit 366be1d4 authored by Kyle Milka's avatar Kyle Milka Committed by Commit Bot

[NTP] Remove extra Google Photos reference

Missed the reference in local_ntp.js

Bug: 869230
Change-Id: I50d9a991df8660592263abb79115bea5c484d756
Reviewed-on: https://chromium-review.googlesource.com/1157538Reviewed-by: default avatarKristi Park <kristipark@chromium.org>
Commit-Queue: Kristi Park <kristipark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579689}
parent 85b22bdb
...@@ -889,7 +889,6 @@ function init() { ...@@ -889,7 +889,6 @@ function init() {
!configData.isCustomBackgroundsEnabled && !configData.isCustomBackgroundsEnabled &&
configData.isCustomLinksEnabled) { configData.isCustomLinksEnabled) {
// Only custom links enabled, hide all custom background options. // Only custom links enabled, hide all custom background options.
$(customBackgrounds.IDS.CONNECT_GOOGLE_PHOTOS).hidden = true;
$(customBackgrounds.IDS.DEFAULT_WALLPAPERS).hidden = true; $(customBackgrounds.IDS.DEFAULT_WALLPAPERS).hidden = true;
$(customBackgrounds.IDS.UPLOAD_IMAGE).hidden = true; $(customBackgrounds.IDS.UPLOAD_IMAGE).hidden = true;
$(customBackgrounds.IDS.RESTORE_DEFAULT).hidden = true; $(customBackgrounds.IDS.RESTORE_DEFAULT).hidden = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment