 Chromium Code Reviews
 Chromium Code Reviews Issue 1266923005:
  Remove a few more remnants of the internal remoting plugin.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1266923005:
  Remove a few more remnants of the internal remoting plugin.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: build/config/BUILD.gn | 
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn | 
| index b6b9520d6ecf1b51b4164af7f6b827f3a8e331e3..490b3bb124833ed9a446e5fa8513594afb6f26fc 100644 | 
| --- a/build/config/BUILD.gn | 
| +++ b/build/config/BUILD.gn | 
| @@ -222,9 +222,6 @@ config("feature_flags") { | 
| if (enable_image_loader_extension) { | 
| defines += [ "IMAGE_LOADER_EXTENSION=1" ] | 
| } | 
| - if (enable_remoting) { | 
| - defines += [ "ENABLE_REMOTING=1" ] | 
| - } | 
| if (enable_google_now) { | 
| defines += [ "ENABLE_GOOGLE_NOW=1" ] | 
| } |