Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // TODO(ryanchung): Add Cast CRL Root here. | 5 [NoInterfaceObject] |
| 6 const unsigned char kCastCRLRootCaDer[] = { | 6 interface External { |
| 7 0x30, | 7 void AddSearchProvider(); |
| 8 void IsSearchProviderInstalled(); | |
|
jam
2016/07/26 17:04:55
this has an integer return value per the spec.
ed
jam
2016/07/26 17:09:23
oh actually nvm, i see from your intent email that
dcheng
2016/07/27 00:18:38
Yeah, let me talk to domenic and see if he has any
| |
| 8 }; | 9 }; |
| OLD | NEW |