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

Unified Diff: chrome/browser/chromeos/options/DEPS

Issue 2758323002: Broke out layout metric information from ViewsDelegate to LayoutProvider (Closed)
Patch Set: Addressed Feedback. Renamed ViewsLayoutDelegate to LayoutDelegate and ChromeViewsLayoutDelegate to … Created 3 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 | « ash/test/ash_test_helper.cc ('k') | chrome/browser/chromeos/options/vpn_config_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/options/DEPS
diff --git a/chrome/browser/chromeos/options/DEPS b/chrome/browser/chromeos/options/DEPS
index afb80e1b2171c80eaa90635d1e747a8baaaaab73..28516cb2afba091ecb51f16727aec32d63a531ff 100644
--- a/chrome/browser/chromeos/options/DEPS
+++ b/chrome/browser/chromeos/options/DEPS
@@ -1,5 +1,5 @@
include_rules = [
- # TODO(xdai): Remove these rules after bugs 687340 and 687349 are fixed.
- "!chrome/browser/ui/views/harmony/layout_delegate.h",
+ # TODO(xdai): Remove this rule after bug 687340 is fixed.
+ "!chrome/browser/ui/views/layout_utils.h",
]
kylix_rd 2017/04/04 20:50:03 I have a patch that will remove this file entirely
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | chrome/browser/chromeos/options/vpn_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698