| Index: chrome/browser/ui/settings_window_manager.h
|
| diff --git a/chrome/browser/ui/settings_window_manager.h b/chrome/browser/ui/settings_window_manager.h
|
| index d233e9f5884e098b0cfd652d556225f86f040381..0374f8de982f43a4b34316fc1f6eb0f9bb7a6ba0 100644
|
| --- a/chrome/browser/ui/settings_window_manager.h
|
| +++ b/chrome/browser/ui/settings_window_manager.h
|
| @@ -38,6 +38,9 @@ class SettingsWindowManager {
|
| // returns it, otherwise returns NULL.
|
| Browser* FindBrowserForProfile(Profile* profile);
|
|
|
| + // Returns true if |browser| is a settings window.
|
| + bool IsSettingsBrowser(Browser* browser) const;
|
| +
|
| private:
|
| friend struct DefaultSingletonTraits<SettingsWindowManager>;
|
| typedef std::map<Profile*, SessionID::id_type> ProfileSessionMap;
|
|
|