Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: chrome/browser/android/app_hooks.h

Issue 2888273003: [Offline Pages] Add an observer for requests in the CCT namespace. (Closed)
Patch Set: comments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/app_hooks.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/app_hooks.h
diff --git a/chrome/browser/android/app_hooks.h b/chrome/browser/android/app_hooks.h
index 9cf0adf8b616acba3f73b309b5271d7b9d892719..bbb2e8e4b82c1e3fd1d91da5cc6ae0e25400f91c 100644
--- a/chrome/browser/android/app_hooks.h
+++ b/chrome/browser/android/app_hooks.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_ANDROID_APP_HOOKS_H_
#include <jni.h>
+#include "base/android/scoped_java_ref.h"
#include "base/macros.h"
namespace chrome {
@@ -14,6 +15,8 @@ namespace android {
class AppHooks {
public:
static bool ShouldDetectVideoFullscreen();
+ static base::android::ScopedJavaLocalRef<jobject>
+ GetOfflinePagesCCTRequestDoneCallback();
private:
AppHooks();
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/app_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698