diff options
Diffstat (limited to 'chrome/browser/ui/browser.h')
-rw-r--r-- | chrome/browser/ui/browser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h index ddb5f0a1..232c2e7 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_; } Profile* profile() const { return profile_; } const std::vector<std::wstring>& user_data_dir_profiles() const; |