Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
| index 5bb8a98b93861266c29520bacc71cbfe02ae2818..98e2622357a2017d61aa9f957f93c4abb4b65561 100644 |
| --- a/chrome/browser/ui/browser.h |
| +++ b/chrome/browser/ui/browser.h |
| @@ -176,6 +176,7 @@ class Browser : public TabHandlerDelegate, |
| // Accessors //////////////////////////////////////////////////////////////// |
| Type type() const { return type_; } |
| + const std::string& app_name() const { return app_name_; } |
|
Evan Martin
2011/03/09 17:57:06
Hm, I wonder what encoding this is in.
|
| Profile* profile() const { return profile_; } |
| const std::vector<std::wstring>& user_data_dir_profiles() const; |