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

Unified Diff: chrome/browser/ui/app_list/search/answer_card/answer_card_web_contents.h

Issue 2947283002: Unit-testing AnswerCardSearchProvider. (Closed)
Patch Set: CR comments Created 3 years, 4 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/app_list/search/answer_card/answer_card_web_contents.h
diff --git a/chrome/browser/ui/app_list/search/answer_card/answer_card_web_contents.h b/chrome/browser/ui/app_list/search/answer_card/answer_card_web_contents.h
index ce2909d9520f492e9109457d360ed074e23e4155..ffb6aac923b786c9cc4bb4dc71fe0275f74b2f58 100644
--- a/chrome/browser/ui/app_list/search/answer_card/answer_card_web_contents.h
+++ b/chrome/browser/ui/app_list/search/answer_card/answer_card_web_contents.h
@@ -68,6 +68,8 @@ class AnswerCardWebContents : public AnswerCardContents,
// Current widget host.
content::RenderWidgetHost* host_ = nullptr;
+ Profile* const profile_; // Unowned
+
DISALLOW_COPY_AND_ASSIGN(AnswerCardWebContents);
};

Powered by Google App Engine
This is Rietveld 408576698