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

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

Issue 10825020: Moved Discovery out of the Suggested Page (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Moving Discovery from the Suggestions Page Created 8 years, 5 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/ui/webui/ntp/suggestions_combiner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 93b35de7762fea072ec504021b1eeea17877249d..100b6e45513479ebc125484b44de3b223211d241 100644
--- a/chrome/browser/ui/webui/ntp/suggestions_combiner.h
+++ b/chrome/browser/ui/webui/ntp/suggestions_combiner.h
@@ -37,6 +37,9 @@ class SuggestionsCombiner {
virtual ~SuggestionsCombiner();
+ explicit SuggestionsCombiner(SuggestionsCombiner::Delegate* delegate,
+ Profile* profile);
+
// Add a new source. The SuggestionsCombiner takes ownership of |source|.
void AddSource(SuggestionsSource* source);
@@ -65,9 +68,6 @@ class SuggestionsCombiner {
private:
friend class SuggestionsCombinerTest;
- explicit SuggestionsCombiner(SuggestionsCombiner::Delegate* delegate,
- Profile* profile);
-
// Fill the page values from the suggestion sources so they can be sent to
// the JavaScript side. This should only be called when all the suggestion
// sources have items ready.
« no previous file with comments | « no previous file | chrome/browser/ui/webui/ntp/suggestions_combiner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698