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

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

Issue 2878503004: Implement search answer "dark run" mode. (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 | chrome/browser/ui/app_list/search_answer_web_contents_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/search_answer_web_contents_delegate.h
diff --git a/chrome/browser/ui/app_list/search_answer_web_contents_delegate.h b/chrome/browser/ui/app_list/search_answer_web_contents_delegate.h
index dd65088e7a2a4f39b267ac4532e75282a5aae44a..56fa722b2fd7eff12f5a9912d611dff5850e052b 100644
--- a/chrome/browser/ui/app_list/search_answer_web_contents_delegate.h
+++ b/chrome/browser/ui/app_list/search_answer_web_contents_delegate.h
@@ -94,6 +94,10 @@ class SearchAnswerWebContentsDelegate : public content::WebContentsDelegate,
// Time when the current server response loaded.
base::TimeTicks answer_loaded_time_;
+ // When in the dark run mode, indicates whether we mimic that the server
+ // response contains an answer.
+ bool dark_run_received_answer_ = false;
+
DISALLOW_COPY_AND_ASSIGN(SearchAnswerWebContentsDelegate);
};
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/search_answer_web_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698