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

Unified Diff: chrome/common/instant_types.h

Issue 15297013: Revert "InstantExtended: Prevent spurious themechanged/mostvisitedchanged events" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | chrome/renderer/searchbox/searchbox.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 e01fd6370144db3b480f99a51f76818e57361e7f..7e08d72947facaa0632b01fac0a17e44950f3659 100644
--- a/chrome/common/instant_types.h
+++ b/chrome/common/instant_types.h
@@ -139,8 +139,6 @@ enum ThemeBackgroundImageTiling {
THEME_BKGRND_IMAGE_REPEAT,
};
-// Update IsThemeInfoEqual in chrome/renderer/searchbox/searchbox.cc
-// whenever any fields are added/removed.
struct ThemeBackgroundInfo {
ThemeBackgroundInfo();
~ThemeBackgroundInfo();
@@ -176,8 +174,6 @@ struct ThemeBackgroundInfo {
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 | chrome/renderer/searchbox/searchbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698