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

Unified Diff: chrome/common/instant_types.cc

Issue 11413018: alternate ntp: implement searchbox api for instant overlay to adopt themes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed scott's comments Created 8 years, 1 month 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/common/instant_types.cc
diff --git a/chrome/common/instant_types.cc b/chrome/common/instant_types.cc
index 86b44612fabcc9a54108c16704a5d697cc124e5c..01c8c3dcc28bda011afd7ffd8d75b1b9a650dacd 100644
--- a/chrome/common/instant_types.cc
+++ b/chrome/common/instant_types.cc
@@ -25,3 +25,9 @@ InstantAutocompleteResult::InstantAutocompleteResult() : relevance(0) {
InstantAutocompleteResult::~InstantAutocompleteResult() {
}
+
+ThemeBackgroundInfo::ThemeBackgroundInfo() : image_height(0) {
+}
+
+ThemeBackgroundInfo::~ThemeBackgroundInfo() {
+}

Powered by Google App Engine
This is Rietveld 408576698