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

Unified Diff: content/shell/browser/shell_android.cc

Issue 337783002: Remove EnableThreadedCompositing from the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: thread: . Created 6 years, 6 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: 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() {

Powered by Google App Engine
This is Rietveld 408576698