Index: chrome/browser/app_controller_mac.h |
diff --git a/chrome/browser/app_controller_mac.h b/chrome/browser/app_controller_mac.h |
index 7707f10b936e3a5f715ccf289fc74da009bd76c1..8e4eccf86d5cac9938ff0526204211d5b34bfedc 100644 |
--- a/chrome/browser/app_controller_mac.h |
+++ b/chrome/browser/app_controller_mac.h |
@@ -142,6 +142,12 @@ class WorkAreaWatcherObserver; |
// apps. |
- (void)initAppShimMenuController; |
+// Called when the user has changed browser windows, meaning the backing profile |
+// may have changed. This can cause a rebuild of the user-data menus. This is a |
+// no-op if the new profile is the same as the current one. This will always be |
+// the original profile and never incognito. |
+- (void)windowChangedToProfile:(Profile*)profile; |
+ |
@end |
#endif // __OBJC__ |