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

Unified Diff: components/offline_pages/downloads/download_ui_adapter.h

Issue 2342443006: [Offline pages] Use the new policy bits (Closed)
Patch Set: i think i got it! Made sure it compiles 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
Index: components/offline_pages/downloads/download_ui_adapter.h
diff --git a/components/offline_pages/downloads/download_ui_adapter.h b/components/offline_pages/downloads/download_ui_adapter.h
index f0fdfa9b28bd03eab619059e93794dbdeef00811..5818ff9feace08def918dc9d3a1b57fe0eac6b6b 100644
--- a/components/offline_pages/downloads/download_ui_adapter.h
+++ b/components/offline_pages/downloads/download_ui_adapter.h
@@ -58,7 +58,7 @@ class DownloadUIAdapter : public OfflinePageModel::Observer,
// Checks a client ID for proper namespace and ID format to be shown in the
// Downloads Home UI.
- static bool IsVisibleInUI(const ClientId& page);
+ bool IsVisibleInUI(const ClientId& page);
// This adapter is potentially shared by UI elements, each of which adds
// itself as an observer.

Powered by Google App Engine
This is Rietveld 408576698