OLD | NEW |
---|---|
(Empty) | |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 #ifndef CHROME_BROWSER_DOM_DISTILLER_DOM_DISTILLER_SERVICE_FACTORY_ANDROID_H_ | |
6 #define CHROME_BROWSER_DOM_DISTILLER_DOM_DISTILLER_SERVICE_FACTORY_ANDROID_H_ | |
7 | |
8 #include <jni.h> | |
9 | |
10 bool RegisterDomDistillerServiceFactory(JNIEnv* env); | |
nyquist
2014/06/30 20:33:23
Namespace dom_distiller and android?
sunangel
2014/07/07 21:21:29
Done.
| |
11 | |
12 #endif // CHROME_BROWSER_DOM_DISTILLER_DOM_DISTILLER_SERVICE_FACTORY_ANDROID_H_ | |
OLD | NEW |