OLD | NEW |
---|---|
(Empty) | |
1 | |
2 #include "chrome/browser/extensions/api/data_reduction_proxy/data_reduction_prox y_api.h" | |
3 | |
4 namespace extensions { | |
5 | |
6 AsyncExtensionFunction::ResponseAction DataReductionProxyClearAPIFunction::Run() { | |
7 | |
8 return RespondNow(ArgumentList(NULL)); | |
9 } | |
10 | |
11 | |
12 | |
13 } // namespace extensions | |
OLD | NEW |