Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(655)

Unified Diff: chrome/browser/ui/browser.h

Issue 6647008: GTK: Set WM_CLASS to webapp names on webapp windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/browser_window_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/ui/gtk/browser_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698