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

Unified Diff: chrome/browser/ui/search/search.h

Issue 11428149: Alternate NTP: Move bookmark bar to bottom (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address review comments Created 8 years 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/ui/search/search.h
diff --git a/chrome/browser/ui/search/search.h b/chrome/browser/ui/search/search.h
index 8c13667117a11fdb770df836ce02c4d732fb8871..f02d1256a5c81acd389d5cea6be6544ccd8b423b 100644
--- a/chrome/browser/ui/search/search.h
+++ b/chrome/browser/ui/search/search.h
@@ -14,6 +14,9 @@ namespace search {
// |profile| may not be NULL.
bool IsInstantExtendedAPIEnabled(const Profile* profile);
+// If |force| is true then the instant extended API is force to be enabled.
+void SetForceInstantExtendedAPIEnabledForTesting(bool force);
+
} // namespace search
} // namespace chrome

Powered by Google App Engine
This is Rietveld 408576698