Index: chrome/browser/instant/instant_controller.h |
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h |
index 4d12adb180ac5628889c6a0a26c5f69940189bc0..591d0f3a24662c6a40fe21926c8d14ee72118905 100644 |
--- a/chrome/browser/instant/instant_controller.h |
+++ b/chrome/browser/instant/instant_controller.h |
@@ -198,7 +198,8 @@ class InstantController : public InstantLoaderDelegate { |
PREVIEW_CONDITION_INVALID_TEMPLATE_URL, |
PREVIEW_CONDITION_JAVASCRIPT_SCHEME, |
PREVIEW_CONDITION_EXTENSION_KEYWORD, |
- PREVIEW_CONDITION_BLACKLISTED, |
+ PREVIEW_CONDITION_BLACKLISTED_HOST, |
+ PREVIEW_CONDITION_BLACKLISTED_URL, |
PREVIEW_CONDITION_INSTANT_SEARCH_ONLY, |
}; |