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

Unified Diff: chrome/browser/bookmarks/DEPS

Issue 578333003: Workaround to remove command line flag on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/bookmarks/DEPS
diff --git a/chrome/browser/bookmarks/DEPS b/chrome/browser/bookmarks/DEPS
index a9233d060c0db93589d666f2d4c7eaf6a135f5a3..257dac25cb860e729a7610322435a82fae049aff 100644
--- a/chrome/browser/bookmarks/DEPS
+++ b/chrome/browser/bookmarks/DEPS
@@ -34,4 +34,8 @@ specific_include_rules = {
"+chrome/test/base/testing_profile.h",
"+chrome/utility/importer/bookmark_html_reader.h",
],
+ # Allow to include flags_storage into enhanced_bookmarks_features.cc.
sky 2014/09/24 17:22:09 This just documents what you're doing, and isn't u
yefimt 2014/09/24 18:46:12 Done.
+ 'enhanced_bookmarks_features\.cc': [
+ "+chrome/browser/flags_storage.h",
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698