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

Unified Diff: chrome/browser/ui/webui/snippets_internals_message_handler.h

Issue 2557363002: [NTP Snippets] Refactor background scheduling for remote suggestions (Closed)
Patch Set: Make unit-tests pass Created 4 years 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: chrome/browser/ui/webui/snippets_internals_message_handler.h
diff --git a/chrome/browser/ui/webui/snippets_internals_message_handler.h b/chrome/browser/ui/webui/snippets_internals_message_handler.h
index d6911cfe20d8a3fce0bbe9dff2fdca72f55a034d..8c88af14f3203b70fc88ef06f7e553ccc42e19d4 100644
--- a/chrome/browser/ui/webui/snippets_internals_message_handler.h
+++ b/chrome/browser/ui/webui/snippets_internals_message_handler.h
@@ -70,7 +70,7 @@ class SnippetsInternalsMessageHandler
// Tracks whether we can already send messages to the page.
bool dom_loaded_;
- ntp_snippets::RemoteSuggestionsProvider* ntp_snippets_service_;
+ ntp_snippets::RemoteSuggestionsProvider* remote_suggestions_provider_;
ntp_snippets::ContentSuggestionsService* content_suggestions_service_;
std::map<ntp_snippets::Category,

Powered by Google App Engine
This is Rietveld 408576698