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

Unified Diff: chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.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/suggestions_internals/suggestions_internals_ui_handler.h
diff --git a/chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.h b/chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.h
index 4dab866032c67504316d4c39d00c739100daf26b..58a96e27ac5d5c785df0fcf98d23203509eea7b6 100644
--- a/chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.h
+++ b/chrome/browser/ui/webui/suggestions_internals/suggestions_internals_ui_handler.h
@@ -33,6 +33,8 @@ class SuggestionsInternalsUIHandler : public content::WebUIMessageHandler,
// Used to combine suggestions from various sources.
scoped_ptr<SuggestionsCombiner> suggestions_combiner_;
+ Profile* profile_;
+
DISALLOW_COPY_AND_ASSIGN(SuggestionsInternalsUIHandler);
};

Powered by Google App Engine
This is Rietveld 408576698