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

Side by Side Diff: chrome/browser/win/jumplist_update_util.h

Issue 2896233003: Cancel the JumpList update if top 5 most visited URLs are unchanged (Closed)
Patch Set: Fix nits Created 3 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/win/jumplist_file_util.h ('k') | chrome/browser/win/jumplist_update_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_WIN_JUMPLIST_UPDATE_UTIL_H_
6 #define CHROME_BROWSER_WIN_JUMPLIST_UPDATE_UTIL_H_
7
8 #include "chrome/browser/win/jumplist_updater.h"
9 #include "components/history/core/browser/history_types.h"
10
11 // Checks if the urls stored in |items| are unchanged compared to the first
12 // |max_item_count| urls in |urls|.
13 bool MostVisitedItemsUnchanged(const ShellLinkItemList& items,
14 const history::MostVisitedURLList& urls,
15 size_t max_item_count);
16
17 #endif // CHROME_BROWSER_WIN_JUMPLIST_UPDATE_UTIL_H_
OLDNEW
« no previous file with comments | « chrome/browser/win/jumplist_file_util.h ('k') | chrome/browser/win/jumplist_update_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698