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

Unified Diff: views/focus/external_focus_tracker.cc

Issue 140064: Revert :... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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 | « views/controls/tree/tree_view.cc ('k') | views/focus/focus_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/focus/external_focus_tracker.cc
===================================================================
--- views/focus/external_focus_tracker.cc (revision 18902)
+++ views/focus/external_focus_tracker.cc (working copy)
@@ -4,7 +4,6 @@
#include "views/focus/external_focus_tracker.h"
-#include "base/logging.h"
#include "views/view.h"
#include "views/focus/view_storage.h"
@@ -14,8 +13,6 @@
FocusManager* focus_manager)
: focus_manager_(focus_manager),
parent_view_(parent_view) {
- DCHECK(focus_manager);
- DCHECK(parent_view);
view_storage_ = ViewStorage::GetSharedInstance();
last_focused_view_storage_id_ = view_storage_->CreateStorageID();
// Store the view which is focused when we're created.
« no previous file with comments | « views/controls/tree/tree_view.cc ('k') | views/focus/focus_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698