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

Unified Diff: trunk/src/chrome/common/instant_types.h

Issue 15404003: Revert 200954 "Revert "InstantExtended: Prevent spurious themech..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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 | « no previous file | trunk/src/chrome/renderer/searchbox/searchbox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/common/instant_types.h
===================================================================
--- trunk/src/chrome/common/instant_types.h (revision 200965)
+++ trunk/src/chrome/common/instant_types.h (working copy)
@@ -139,6 +139,8 @@
THEME_BKGRND_IMAGE_REPEAT,
};
+// Update IsThemeInfoEqual in chrome/renderer/searchbox/searchbox.cc
+// whenever any fields are added/removed.
struct ThemeBackgroundInfo {
ThemeBackgroundInfo();
~ThemeBackgroundInfo();
@@ -174,6 +176,8 @@
bool has_attribution;
};
+// Update AreMostVisitedItemsEqual in chrome/renderer/searchbox/searchbox.cc
+// whenever any fields are added/removed.
struct InstantMostVisitedItem {
// The URL of the Most Visited item.
GURL url;
« no previous file with comments | « no previous file | trunk/src/chrome/renderer/searchbox/searchbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698