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

Unified Diff: chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.h

Issue 2456173002: [Offline Pages] Fix official build failure (using clang) caused by unused variables. (Closed)
Patch Set: [Offline Pages] Fix official build failure. Created 4 years, 2 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 | « no previous file | chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.h
diff --git a/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.h b/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.h
index c3297175fa9b6c1de8de949ddcc486a669c73600..4f4b9a8a8e6286a5093a159fe95f6888d1e549f5 100644
--- a/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.h
+++ b/chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.h
@@ -30,6 +30,8 @@ class OfflinePageEvaluationBridge : public OfflinePageModel::Observer,
public RequestCoordinator::Observer {
public:
static bool Register(JNIEnv* env);
+ static std::unique_ptr<KeyedService> GetTestingRequestCoordinator(
+ content::BrowserContext* context);
OfflinePageEvaluationBridge(JNIEnv* env,
content::BrowserContext* browser_context,
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/evaluation/offline_page_evaluation_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698