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

Unified Diff: chrome/browser/ui/app_list/search_answer_web_contents_delegate.cc

Issue 2865553002: Naming more views and windows to simplify debugging. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | ui/app_list/views/app_list_view.cc » ('j') | ui/app_list/views/app_list_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/search_answer_web_contents_delegate.cc
diff --git a/chrome/browser/ui/app_list/search_answer_web_contents_delegate.cc b/chrome/browser/ui/app_list/search_answer_web_contents_delegate.cc
index a1a6d09c6bd574b9f545f2c13924a873d452d960..486f0ef5af8b02d9935587b2896705294e8f6752 100644
--- a/chrome/browser/ui/app_list/search_answer_web_contents_delegate.cc
+++ b/chrome/browser/ui/app_list/search_answer_web_contents_delegate.cc
@@ -43,7 +43,7 @@ void RecordRequestResult(SearchAnswerRequestResult request_result) {
class SearchAnswerWebView : public views::WebView {
public:
- SearchAnswerWebView(content::BrowserContext* browser_context)
+ explicit SearchAnswerWebView(content::BrowserContext* browser_context)
: WebView(browser_context) {}
// views::WebView overrides:
@@ -62,6 +62,8 @@ class SearchAnswerWebView : public views::WebView {
}
}
+ const char* GetClassName() const override { return "SearchAnswerWebView"; }
+
private:
// Time when the answer became visible to the user.
base::TimeTicks shown_time_;
« no previous file with comments | « no previous file | ui/app_list/views/app_list_view.cc » ('j') | ui/app_list/views/app_list_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698