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

Unified Diff: chrome/browser/extensions/api/omnibox/omnibox_api.h

Issue 11418043: Remove TabContents from OmniboxEditController and friends. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros Created 8 years, 1 month 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/extensions/api/omnibox/omnibox_api.h
diff --git a/chrome/browser/extensions/api/omnibox/omnibox_api.h b/chrome/browser/extensions/api/omnibox/omnibox_api.h
index a4f14ee95523d978de13cbb12e50d51fecfd9006..ee195d435eb71ece41cb7531be2f75a0f5bfe3e7 100644
--- a/chrome/browser/extensions/api/omnibox/omnibox_api.h
+++ b/chrome/browser/extensions/api/omnibox/omnibox_api.h
@@ -13,12 +13,16 @@
#include "chrome/browser/autocomplete/autocomplete_match.h"
#include "chrome/browser/extensions/extension_function.h"
-class TabContents;
class TemplateURL;
+
namespace base {
class ListValue;
}
+namespace content {
+class WebContents;
+}
+
namespace extensions {
// Event router class for events related to the omnibox API.
@@ -39,7 +43,7 @@ class ExtensionOmniboxEventRouter {
// The user has accepted the omnibox input.
static void OnInputEntered(
- TabContents* tab_contents,
+ content::WebContents* web_contents,
const std::string& extension_id,
const std::string& input);
« no previous file with comments | « chrome/browser/chromeos/login/simple_web_view_dialog.cc ('k') | chrome/browser/extensions/api/omnibox/omnibox_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698