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

Unified Diff: chrome/browser/sidebar/sidebar_manager.h

Issue 6321006: Add "sidebar" section to extension manifest:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/sidebar/sidebar_container.cc ('k') | chrome/browser/sidebar/sidebar_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sidebar/sidebar_manager.h
===================================================================
--- chrome/browser/sidebar/sidebar_manager.h (revision 71703)
+++ chrome/browser/sidebar/sidebar_manager.h (working copy)
@@ -74,19 +74,23 @@
void HideSidebar(TabContents* tab, const std::string& content_id);
// Navigates sidebar identified by |tab| and |content_id| to |url|.
- void NavigateSidebar(TabContents* tab, const std::string& content_id,
+ void NavigateSidebar(TabContents* tab,
+ const std::string& content_id,
const GURL& url);
// Changes sidebar's badge text (displayed on the mini tab).
- void SetSidebarBadgeText(TabContents* tab, const std::string& content_id,
+ void SetSidebarBadgeText(TabContents* tab,
+ const std::string& content_id,
const string16& badge_text);
// Changes sidebar's icon (displayed on the mini tab).
- void SetSidebarIcon(TabContents* tab, const std::string& content_id,
+ void SetSidebarIcon(TabContents* tab,
+ const std::string& content_id,
const SkBitmap& bitmap);
// Changes sidebar's title (mini tab's tooltip).
- void SetSidebarTitle(TabContents* tab, const std::string& content_id,
+ void SetSidebarTitle(TabContents* tab,
+ const std::string& content_id,
const string16& title);
private:
« no previous file with comments | « chrome/browser/sidebar/sidebar_container.cc ('k') | chrome/browser/sidebar/sidebar_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698