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

Unified Diff: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java

Issue 1838853005: android: Remove in-process sync compositor code path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_in_proc_video
Patch Set: rebase Created 4 years, 8 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 | « content/content_renderer.gypi ('k') | content/public/common/content_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
diff --git a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
index 4180cac4b08707c94f5de0da44cae5c41b34b508..ebd10c0b9eece4e3d326e5c89e6f08e01aeb03f5 100644
--- a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
+++ b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
@@ -73,9 +73,6 @@ public abstract class ContentSwitches {
// Native switch kInProcessGPU
public static final String IN_PROCESS_GPU = "in-process-gpu";
- // Native switch kIPCSyncCompositing
- public static final String IPC_SYNC_COMPOSITING = "ipc-sync-compositing";
-
// Native switch kProcessType
public static final String SWITCH_PROCESS_TYPE = "type";
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/common/content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698