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

Unified Diff: chrome/common/instant_types.cc

Issue 13375003: Fixing iframe jank in the local omnibox popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebuilding on 14039004. Created 7 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
Index: chrome/common/instant_types.cc
diff --git a/chrome/common/instant_types.cc b/chrome/common/instant_types.cc
index 6b0f1afd50a9d0fff8b39ee1feb4bce01e67a98d..7f714e801a3af9af46c1526e3ed93138f0ed9d82 100644
--- a/chrome/common/instant_types.cc
+++ b/chrome/common/instant_types.cc
@@ -44,11 +44,3 @@ ThemeBackgroundInfo::ThemeBackgroundInfo()
ThemeBackgroundInfo::~ThemeBackgroundInfo() {
}
-
-InstantAutocompleteResultStyle::InstantAutocompleteResultStyle()
- : url_color(0x009933),
- title_color(0x666666) {
-}
-
-InstantAutocompleteResultStyle::~InstantAutocompleteResultStyle() {
-}

Powered by Google App Engine
This is Rietveld 408576698