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

Unified Diff: chrome/browser/search/one_google_bar/one_google_bar_data.h

Issue 2811353002: Local NTP: Introduce OneGoogleBarService (Closed)
Patch Set: fix memleak Created 3 years, 8 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/search/one_google_bar/one_google_bar_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/search/one_google_bar/one_google_bar_data.h
diff --git a/chrome/browser/search/one_google_bar/one_google_bar_data.h b/chrome/browser/search/one_google_bar/one_google_bar_data.h
index caf3a27d550badee63af7af80466210c32d7f7a7..f37cbb39cdd636508b3cabf794962e3832eb9131 100644
--- a/chrome/browser/search/one_google_bar/one_google_bar_data.h
+++ b/chrome/browser/search/one_google_bar/one_google_bar_data.h
@@ -29,4 +29,7 @@ struct OneGoogleBarData {
std::string end_of_body_script;
};
+bool operator==(const OneGoogleBarData& lhs, const OneGoogleBarData& rhs);
+bool operator!=(const OneGoogleBarData& lhs, const OneGoogleBarData& rhs);
+
#endif // CHROME_BROWSER_SEARCH_ONE_GOOGLE_BAR_ONE_GOOGLE_BAR_DATA_H_
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/search/one_google_bar/one_google_bar_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698