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

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

Issue 2668853002: Use the CreatePanelLayout() utility method instead of hand-rolling panel layout. (Closed)
Patch Set: Fix compile Created 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/wifi_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 9ca8436a6b47179a67c679d1ba8b9bf2731519e1..cc08204e1285ab6ef1f88a86642250b6c1c8fe36 100644
--- a/chrome/browser/chromeos/options/DEPS
+++ b/chrome/browser/chromeos/options/DEPS
@@ -1,6 +1,6 @@
include_rules = [
- # TODO(xdai): Remove this DEPS file after layout_delegate.h/cc is moved to a
- # better place.
+ # TODO(xdai): Remove these rules after bugs 687340 and 687349 are fixed.
"!chrome/browser/ui/views/harmony/layout_delegate.h",
+ "!chrome/browser/ui/views/layout_utils.h",
]
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/wifi_config_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698