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

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

Issue 10546102: TabContentsWrapper -> TabContents, part 49. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/ui/web_applications/web_app_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/web_applications/web_app_ui.h
diff --git a/chrome/browser/ui/web_applications/web_app_ui.h b/chrome/browser/ui/web_applications/web_app_ui.h
index 8d7d422f8294016788d669e1cbb4eb7648efb455..6a613f525cea01ce9804cdbc1b22837e153637d1 100644
--- a/chrome/browser/ui/web_applications/web_app_ui.h
+++ b/chrome/browser/ui/web_applications/web_app_ui.h
@@ -11,20 +11,19 @@
#include "chrome/browser/shell_integration.h"
class TabContents;
-typedef TabContents TabContentsWrapper;
namespace web_app {
-// Extracts shortcut info of given TabContentsWrapper.
-void GetShortcutInfoForTab(TabContentsWrapper* tab_contents,
+// Extracts shortcut info of given TabContents.
+void GetShortcutInfoForTab(TabContents* tab_contents,
ShellIntegration::ShortcutInfo* info);
-// Updates web app shortcut of the TabContentsWrapper. This function checks and
+// Updates web app shortcut of the TabContents. This function checks and
// updates web app icon and shortcuts if needed. For icon, the check is based
// on MD5 hash of icon image. For shortcuts, it checks the desktop, start menu
// and quick launch (as well as pinned shortcut) for shortcut and only
// updates (recreates) them if they exits.
-void UpdateShortcutForTabContents(TabContentsWrapper* tab_contents);
+void UpdateShortcutForTabContents(TabContents* tab_contents);
} // namespace web_app
« no previous file with comments | « no previous file | chrome/browser/ui/web_applications/web_app_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698