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

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

Issue 1594003: A patch to fix a couple of issues in interactive_ui_tests on ChromeOS (Closed)
Patch Set: Created 10 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/views/frame/browser_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
diff --git a/chrome/browser/views/frame/browser_view.h b/chrome/browser/views/frame/browser_view.h
index fb020a0708fa63c3cd8296bd3aaf5ff4547b1da1..3c6dd60348f7e7e4f84e5a8a1fc4e3457cc3b535 100644
--- a/chrome/browser/views/frame/browser_view.h
+++ b/chrome/browser/views/frame/browser_view.h
@@ -534,12 +534,6 @@ class BrowserView : public BrowserBubbleHost,
scoped_ptr<FullscreenExitBubble> fullscreen_bubble_;
- // The default favicon image.
- static SkBitmap default_favicon_;
-
- // The OTR avatar image.
- static SkBitmap otr_avatar_;
-
#if defined(OS_WIN)
// The additional items we insert into the system menu.
scoped_ptr<views::SystemMenuModel> system_menu_contents_;
« no previous file with comments | « no previous file | chrome/browser/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698