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

Unified Diff: chrome/browser/extensions/extension_tabs_module.h

Issue 10443105: Take 2 at implementing activeTab. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: many more tests Created 8 years, 6 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/extensions/extension_tabs_module.h
diff --git a/chrome/browser/extensions/extension_tabs_module.h b/chrome/browser/extensions/extension_tabs_module.h
index 40934ccdf3b218ee8636781efeaa795eb2863b48..c2af88d21351eb38677c285f90c9308bb836fc3d 100644
--- a/chrome/browser/extensions/extension_tabs_module.h
+++ b/chrome/browser/extensions/extension_tabs_module.h
@@ -122,6 +122,7 @@ class UpdateTabFunction : public AsyncExtensionFunction {
protected:
virtual ~UpdateTabFunction() {}
virtual bool UpdateURLIfPresent(base::DictionaryValue* update_props,
+ int tab_id,
bool* is_async);
virtual void PopulateResult();

Powered by Google App Engine
This is Rietveld 408576698