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

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

Issue 11896113: Add chrome-search: access from Instant overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include nit 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_page.h
diff --git a/chrome/browser/instant/instant_page.h b/chrome/browser/instant/instant_page.h
index f0167c2e2c907f9cfe4d213e8a2992d03560b419..b7b37b96042191d0875a449bb12df7f688c3d9e3 100644
--- a/chrome/browser/instant/instant_page.h
+++ b/chrome/browser/instant/instant_page.h
@@ -139,6 +139,10 @@ class InstantPage : public content::WebContentsObserver {
// Tells the page about the font information.
void InitializeFonts();
+ // Grant browser-side RenderViewHost bindings and renderer-side chrome-search:
+ // access rights for select origins.
+ void GrantAccessFromOrigin(const GURL& origin_url);
Charlie Reis 2013/03/02 04:41:09 nit: Can you make this name a bit clearer, by call
dhollowa 2013/03/04 18:39:35 Done.
+
// Tells the renderer to determine if the page supports the Instant API, which
// results in a call to InstantSupportDetermined() when the reply is received.
void DetermineIfPageSupportsInstant();

Powered by Google App Engine
This is Rietveld 408576698