Index: content/shell/browser/shell_android.cc |
diff --git a/content/shell/browser/shell_android.cc b/content/shell/browser/shell_android.cc |
index 4033b479a9580d131624322bc62b69e9f6f27254..5ed03cd040a77f7448ba31f18a5580d58375e04a 100644 |
--- a/content/shell/browser/shell_android.cc |
+++ b/content/shell/browser/shell_android.cc |
@@ -21,8 +21,6 @@ using base::android::ConvertUTF8ToJavaString; |
namespace content { |
void Shell::PlatformInitialize(const gfx::Size& default_window_size) { |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
- DCHECK(command_line->HasSwitch(switches::kEnableThreadedCompositing)); |
} |
void Shell::PlatformExit() { |