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

Unified Diff: chrome/common/instant_types.h

Issue 13375003: Fixing iframe jank in the local omnibox popup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: virtual 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/instant_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/instant_types.h
diff --git a/chrome/common/instant_types.h b/chrome/common/instant_types.h
index 6b64b8a18b7551cdb21db1aee6116d243d5c8316..07f4eb457b5dce288f283f5e19f208fd2ae46a6b 100644
--- a/chrome/common/instant_types.h
+++ b/chrome/common/instant_types.h
@@ -171,14 +171,4 @@ struct InstantMostVisitedItem {
typedef std::pair<InstantRestrictedID, InstantMostVisitedItem>
InstantMostVisitedItemIDPair;
-// The style of dropdown results that can be set by the Instant page.
-struct InstantAutocompleteResultStyle {
- InstantAutocompleteResultStyle();
- ~InstantAutocompleteResultStyle();
-
- // The displayed result has the URL and an optional title.
- int url_color;
- int title_color;
-};
-
#endif // CHROME_COMMON_INSTANT_TYPES_H_
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/instant_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698