diff options
Diffstat (limited to 'chrome/browser/jumplist.h')
-rw-r--r-- | chrome/browser/jumplist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/jumplist.h b/chrome/browser/jumplist.h index 9f56cca..5ba7e04 100644 --- a/chrome/browser/jumplist.h +++ b/chrome/browser/jumplist.h @@ -171,6 +171,9 @@ class JumpList : public TabRestoreService::Observer { // The Profile object used for listening its events. Profile* profile_; + // App id to associate with the jump list. + std::wstring app_id_; + // The directory which contains JumpList icons. FilePath icon_dir_; |