summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/webui
diff options
context:
space:
mode:
authordubroy@chromium.org <dubroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-02 09:58:28 +0000
committerdubroy@chromium.org <dubroy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-02 09:58:28 +0000
commit34fb3c9e78653136ec31c37045016e42faabf4e1 (patch)
treee5cc089442b478508e7ed706bc95c8d2eaf64181 /chrome/browser/ui/webui
parentf74eeb6dca6da731c62bc46175c4f781064f83e0 (diff)
downloadchromium_src-34fb3c9e78653136ec31c37045016e42faabf4e1.zip
chromium_src-34fb3c9e78653136ec31c37045016e42faabf4e1.tar.gz
chromium_src-34fb3c9e78653136ec31c37045016e42faabf4e1.tar.bz2
History: Make history page usable on Android.
- DOM & CSS tweaks to make it look similar to the Other Devices tab. - Intead of dropdown menu, just add an "X" that deletes the entry when clicked. Also fixes issue with notification bar placement when the window is small. BUG=222271,224994 TEST=Open the history page on Android, observe that it looks gooood. Review URL: https://codereview.chromium.org/13327004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/webui')
-rw-r--r--chrome/browser/ui/webui/history_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/webui/history_ui.cc b/chrome/browser/ui/webui/history_ui.cc
index 3408700..78f7f10 100644
--- a/chrome/browser/ui/webui/history_ui.cc
+++ b/chrome/browser/ui/webui/history_ui.cc
@@ -364,7 +364,7 @@ void BrowsingHistoryHandler::RegisterMessages() {
// Create our favicon data source.
Profile* profile = Profile::FromWebUI(web_ui());
content::URLDataSource::Add(
- profile, new FaviconSource(profile, FaviconSource::FAVICON));
+ profile, new FaviconSource(profile, FaviconSource::ANY));
// Get notifications when history is cleared.
registrar_.Add(this, chrome::NOTIFICATION_HISTORY_URLS_DELETED,