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

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

Issue 3212005: Unify sidebar identification in the chrome.experimental.sidebar extension API... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 10 years, 4 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 | « no previous file | chrome/browser/extensions/extension_sidebar_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_sidebar_api.h
===================================================================
--- chrome/browser/extensions/extension_sidebar_api.h (revision 57122)
+++ chrome/browser/extensions/extension_sidebar_api.h (working copy)
@@ -24,7 +24,7 @@
public:
// Sidebar state changed.
static void OnStateChanged(
- Profile* profile, int tab_id, const std::string& content_id,
+ Profile* profile, TabContents* tab, const std::string& content_id,
const std::string& state);
private:
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_sidebar_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698