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

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: fixed to only send ht change when there's theme image 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..ffe86f202ae5d6df8bf3317dd202274584972f42 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() {
+}
+
+ThemeBackgroundInfo::~ThemeBackgroundInfo() {
+}

Powered by Google App Engine
This is Rietveld 408576698