Index: chrome/browser/android/chrome_startup_flags.cc |
diff --git a/chrome/browser/android/chrome_startup_flags.cc b/chrome/browser/android/chrome_startup_flags.cc |
index e6edaa2b46f4fa0fc95a871c9a78917a16ce06cc..4f33191fb3a8efebed5a819ab5d2cb184f904e8e 100644 |
--- a/chrome/browser/android/chrome_startup_flags.cc |
+++ b/chrome/browser/android/chrome_startup_flags.cc |
@@ -45,7 +45,4 @@ void SetChromeSpecificCommandLineFlags() { |
switches::kPrerenderFromOmniboxSwitchValueEnabled); |
if (base::android::SysUtils::IsLowEndDevice()) |
SetCommandLineSwitch(switches::kDisableSyncFavicons); |
-#if defined(GOOGLE_TV) |
- SetCommandLineSwitch(switches::kPpapiInProcess); |
-#endif |
} |