Chromium Code Reviews| Index: android_webview/lib/DEPS |
| diff --git a/android_webview/lib/DEPS b/android_webview/lib/DEPS |
| index dd4efb7623f073aaee50bc36cd73eb4d6ed4bbaa..7ef854a5f66313ee806779ef8af87b3ba9a61c00 100644 |
| --- a/android_webview/lib/DEPS |
| +++ b/android_webview/lib/DEPS |
| @@ -4,7 +4,6 @@ |
| include_rules = [ |
| # Temporary until we implement our own versions of the *Client classes. |
| - "!chrome/common/chrome_content_client.h", |
| "!chrome/browser/chrome_content_browser_client.h", |
| "!chrome/renderer/chrome_content_renderer_client.h", |
| # Needed for content: scheme registation, will be moved away together with *Client classes. |
| @@ -25,9 +24,6 @@ include_rules = [ |
| "!chrome/browser/profiles/profile.h", |
| "!chrome/browser/profiles/profile_manager.h", |
| - # Temporary until the javascript dialog creator is unpicked from WebView. |
| - "!chrome/browser/ui/app_modal_dialogs/javascript_dialog_creator.h", |
|
boliu
2012/10/08 22:43:43
This was left overs. Not really related to this pa
|
| - |
| # Temporary until fixing bug 153758. |
| "!ui/base/ui_base_switches.h", |