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

Unified Diff: chrome/browser/views/frame/browser_view.h

Issue 62167: Distributor logo and " - App Name" shouldn't be shown on app frame windows.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 | « chrome/browser/browser.cc ('k') | chrome/browser/views/frame/glass_browser_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/frame/browser_view.h
===================================================================
--- chrome/browser/views/frame/browser_view.h (revision 13385)
+++ chrome/browser/views/frame/browser_view.h (working copy)
@@ -158,6 +158,12 @@
return browser_->type() == Browser::TYPE_NORMAL;
}
+ // Returns true if the frame containing this BrowserView should show the
+ // distributor logo.
+ bool ShouldShowDistributorLogo() const {
+ return browser_->ShouldShowDistributorLogo();
+ }
+
// Register preferences specific to this view.
static void RegisterBrowserViewPrefs(PrefService* prefs);
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/views/frame/glass_browser_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698