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

Unified Diff: chrome/common/instant_types.h

Issue 22694002: InstantExtended: Nuke InstantOverlayController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 4 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.gypi ('k') | no next file » | 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 c65921b4c80b47b007778b66e6a9bf41a16122f0..c88e1a9dd342a674424a9472491948da3ab4386d 100644
--- a/chrome/common/instant_types.h
+++ b/chrome/common/instant_types.h
@@ -112,15 +112,6 @@ struct InstantAutocompleteResult {
typedef std::pair<InstantRestrictedID, InstantAutocompleteResult>
InstantAutocompleteResultIDPair;
-// How to interpret the size (height or width) of the Instant overlay (preview).
-enum InstantSizeUnits {
- // As an absolute number of pixels.
- INSTANT_SIZE_PIXELS,
-
- // As a percentage of the height or width of the containing (parent) view.
- INSTANT_SIZE_PERCENT,
-};
-
// The alignment of the theme background image.
enum ThemeBackgroundImageAlignment {
THEME_BKGRND_IMAGE_ALIGN_CENTER,
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698