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

Unified Diff: android_webview/lib/DEPS

Issue 11054012: [Android] Set a default locale for WebView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit fixes. Created 8 years, 2 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 | android_webview/lib/main/webview_entry_point.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/lib/DEPS
diff --git a/android_webview/lib/DEPS b/android_webview/lib/DEPS
index 3f7d1007069e5894e7bdc1dcd72085783aec4424..b2520b8673d7d5767a759a63faeec01fb37b9ddf 100644
--- a/android_webview/lib/DEPS
+++ b/android_webview/lib/DEPS
@@ -27,4 +27,7 @@ include_rules = [
# Temporary until the javascript dialog creator is unpicked from WebView.
"!chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h",
+
+ # Temporary until fixing bug 153758.
+ "!ui/base/ui_base_switches.h",
]
« no previous file with comments | « no previous file | android_webview/lib/main/webview_entry_point.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698