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

Unified Diff: chrome/browser/win/jumplist.h

Issue 2849113003: Update a few JumpList comments (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/win/jumplist.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/win/jumplist.h
diff --git a/chrome/browser/win/jumplist.h b/chrome/browser/win/jumplist.h
index 975320ef416ee6fc56a8689f49952af6a382a82d..f41ce88aa9d7a444946105bac8638a6372747aad 100644
--- a/chrome/browser/win/jumplist.h
+++ b/chrome/browser/win/jumplist.h
@@ -119,7 +119,6 @@ class JumpList : public sessions::TabRestoreServiceObserver,
void ShutdownOnUIThread() override;
// Returns true if the custom JumpList is enabled.
- // The custom jumplist works only on Windows 7 and above.
static bool Enabled();
private:
@@ -127,9 +126,6 @@ class JumpList : public sessions::TabRestoreServiceObserver,
explicit JumpList(Profile* profile); // Use JumpListFactory instead
~JumpList() override;
- // The AddTab and AddWindow functions are copied from the
- // RecentlyClosedTabsHandler class for compatibility with the new-tab page.
-
// Adds a new ShellLinkItem for |tab| to |data| provided that doing so will
// not exceed |max_items|.
bool AddTab(const sessions::TabRestoreService::Tab& tab,
« no previous file with comments | « no previous file | chrome/browser/win/jumplist.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698