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

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

Issue 11644059: Change infobar creation to use a public static Create() method on the infobar delegate classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 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
« no previous file with comments | « chrome/browser/ui/auto_login_prompter.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
===================================================================
--- chrome/browser/ui/browser.h (revision 175396)
+++ chrome/browser/ui/browser.h (working copy)
@@ -392,14 +392,6 @@
bool user_gesture,
BrowserWindow* window);
- // Helper function to register an intent handler.
- // |data| is the registered handler data. |user_gesture| is true if the call
- // was made in the context of a user gesture.
- static void RegisterIntentHandlerHelper(
- content::WebContents* web_contents,
- const webkit_glue::WebIntentServiceData& data,
- bool user_gesture);
-
// Helper function to handle find results.
static void FindReplyHelper(content::WebContents* web_contents,
int request_id,
@@ -408,12 +400,6 @@
int active_match_ordinal,
bool final_update);
- // Helper function to handle media access requests.
- static void RequestMediaAccessPermissionHelper(
- content::WebContents* web_contents,
- const content::MediaStreamRequest& request,
- const content::MediaResponseCallback& callback);
-
// Called by chrome::Navigate() when a navigation has occurred in a tab in
// this Browser. Updates the UI for the start of this navigation.
void UpdateUIForNavigationInTab(content::WebContents* contents,
« no previous file with comments | « chrome/browser/ui/auto_login_prompter.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698