| Index: third_party/ots/include/opentype-sanitiser.h
 | 
| diff --git a/third_party/ots/include/opentype-sanitiser.h b/third_party/ots/include/opentype-sanitiser.h
 | 
| index c454f1e23eba2e2f9b447d4f782af61116fb612e..1c445ae00e42af577f8a13ffc318a07d12e5b617 100644
 | 
| --- a/third_party/ots/include/opentype-sanitiser.h
 | 
| +++ b/third_party/ots/include/opentype-sanitiser.h
 | 
| @@ -203,7 +203,6 @@ class OTSContext {
 | 
|      //     partial output may have been written.
 | 
|      //   input: the OpenType file
 | 
|      //   length: the size, in bytes, of |input|
 | 
| -    //   context: optional context that holds various OTS settings like user callbacks
 | 
|      bool Process(OTSStream *output, const uint8_t *input, size_t length);
 | 
|  
 | 
|      // This function will be called when OTS is reporting an error.
 | 
| @@ -222,10 +221,6 @@ class OTSContext {
 | 
|  // For backward compatibility - remove once Chrome switches over to the new API.
 | 
|  bool Process(OTSStream *output, const uint8_t *input, size_t length);
 | 
|  
 | 
| -// For backward compatibility - remove once https://codereview.chromium.org/774253008/
 | 
| -// is submitted.
 | 
| -void EnableWOFF2();
 | 
| -
 | 
|  }  // namespace ots
 | 
|  
 | 
|  #endif  // OPENTYPE_SANITISER_H_
 | 
| 
 |