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

Unified Diff: chrome/renderer/searchbox/searchbox.h

Issue 11896113: Add chrome-search: access from Instant overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Charlie's comments. 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/renderer/searchbox/searchbox.h
diff --git a/chrome/renderer/searchbox/searchbox.h b/chrome/renderer/searchbox/searchbox.h
index 6b5d6d4fe1c1d2e05c9be979c472e9d7c919568d..00e398ff1e8939f40ecbd7b2a14b502bf321f4a9 100644
--- a/chrome/renderer/searchbox/searchbox.h
+++ b/chrome/renderer/searchbox/searchbox.h
@@ -112,6 +112,7 @@ class SearchBox : public content::RenderViewObserver,
void OnThemeAreaHeightChanged(int height);
void OnFontInformationReceived(const string16& omnibox_font,
size_t omnibox_font_size);
+ void OnGrantAccessFromOrigin(const GURL& origin_url);
void OnMostVisitedChanged(const std::vector<MostVisitedItem>& items);
// Returns the current zoom factor of the render view or 1 on failure.

Powered by Google App Engine
This is Rietveld 408576698