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

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, 11 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
Index: chrome/browser/ui/views/frame/browser_view.h
===================================================================
--- chrome/browser/ui/views/frame/browser_view.h (revision 73870)
+++ 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;
@@ -674,8 +673,6 @@
UnhandledKeyboardEventHandler unhandled_keyboard_event_handler_;
- scoped_ptr<AccessibleViewHelper> accessible_view_helper_;
-
NotificationRegistrar registrar_;
DISALLOW_COPY_AND_ASSIGN(BrowserView);

Powered by Google App Engine
This is Rietveld 408576698