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

Unified Diff: chrome/browser/ui/webui/ntp/suggestions_combiner.h

Issue 10438004: Hooking the discovery API to the NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added OWNERS for experimental discovery api. Created 8 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
Index: chrome/browser/ui/webui/ntp/suggestions_combiner.h
diff --git a/chrome/browser/ui/webui/ntp/suggestions_combiner.h b/chrome/browser/ui/webui/ntp/suggestions_combiner.h
index 5b32aeafd371a19d309e39bb6a07d7b25dc0b27c..f5594304ffffbb2a185418e44d843de8c0ab0f6a 100644
--- a/chrome/browser/ui/webui/ntp/suggestions_combiner.h
+++ b/chrome/browser/ui/webui/ntp/suggestions_combiner.h
@@ -53,7 +53,8 @@ class SuggestionsCombiner {
// Creates a new instance of the SuggestionsCombiner (owned by the callee),
// and sets up the default sources.
- static SuggestionsCombiner* Create(SuggestionsCombiner::Delegate* delegate);
+ static SuggestionsCombiner* Create(SuggestionsCombiner::Delegate* delegate,
+ Profile* profile);
private:
friend class SuggestionsCombinerTest;

Powered by Google App Engine
This is Rietveld 408576698