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

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

Issue 6312160: Map Views to Profiles directly from their window, eliminating the need... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/ui/views/accessible_view_helper.cc ('k') | chrome/browser/ui/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/ui/views/frame/browser_view.h
===================================================================
--- chrome/browser/ui/views/frame/browser_view.h (revision 74020)
+++ chrome/browser/ui/views/frame/browser_view.h (working copy)
@@ -40,7 +40,6 @@
// view: http://dev.chromium.org/developers/design-documents/browser-window
class AccessiblePaneView;
-class AccessibleViewHelper;
class BookmarkBarView;
class Browser;
class BrowserBubble;
@@ -675,8 +674,6 @@
UnhandledKeyboardEventHandler unhandled_keyboard_event_handler_;
- scoped_ptr<AccessibleViewHelper> accessible_view_helper_;
-
NotificationRegistrar registrar_;
DISALLOW_COPY_AND_ASSIGN(BrowserView);
« no previous file with comments | « chrome/browser/ui/views/accessible_view_helper.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698