Chromium Code Reviews| Index: chrome/browser/shell_integration_win.h |
| diff --git a/chrome/browser/shell_integration_win.h b/chrome/browser/shell_integration_win.h |
| index d609ea0e751d89dd394a3aeede58a3286504ece0..e001ce22b01a10194b296d4544ade806c47fc70b 100644 |
| --- a/chrome/browser/shell_integration_win.h |
| +++ b/chrome/browser/shell_integration_win.h |
| @@ -57,6 +57,9 @@ base::string16 GetAppModelIdForProfile(const base::string16& app_name, |
| // calling GetAppModelIdForProfile() with ShellUtil::GetAppId() as app_name. |
| base::string16 GetChromiumModelIdForProfile(const base::FilePath& profile_path); |
| +// Records the pinned state of the current executable into a histogram. |
|
gab
2016/06/30 15:28:11
Document that this must be called on the IO thread
|
| +void RecordIsPinnedToTaskbarHistogram(); |
| + |
| // Migrates existing chrome taskbar pins by tagging them with correct app id. |
| // see http://crbug.com/28104 |
| void MigrateTaskbarPins(); |