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

Unified Diff: chrome/browser/instant/instant_controller.h

Issue 12319108: Prevent querying of restricted query values. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove query_state_ from SearchBox. Created 7 years, 10 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
Index: chrome/browser/instant/instant_controller.h
diff --git a/chrome/browser/instant/instant_controller.h b/chrome/browser/instant/instant_controller.h
index 562089f3df5fd63d39b68f57bcdd3bd72a3b8bfa..51d35ed2b1a9d349af4c007463ad3815523850ff 100644
--- a/chrome/browser/instant/instant_controller.h
+++ b/chrome/browser/instant/instant_controller.h
@@ -194,6 +194,7 @@ class InstantController : public InstantPage::Delegate,
FRIEND_TEST_ALL_PREFIXES(InstantTest, InstantOverlayRefresh);
FRIEND_TEST_ALL_PREFIXES(InstantExtendedTest, ExtendedModeIsOn);
FRIEND_TEST_ALL_PREFIXES(InstantExtendedTest, MostVisited);
+ FRIEND_TEST_ALL_PREFIXES(InstantExtendedTest, RestrictedItemReadback);
FRIEND_TEST_ALL_PREFIXES(InstantExtendedTest, OmniboxFocusLoadsInstant);
FRIEND_TEST_ALL_PREFIXES(InstantExtendedTest,
OmniboxTextUponFocusedCommittedSERP);
« no previous file with comments | « no previous file | chrome/browser/instant/instant_extended_browsertest.cc » ('j') | chrome/test/data/instant_extended.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698