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

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

Issue 6794035: Move dispatching and sending of the last extension specific messages out of TabContents and Rende... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/ui/browser.h
===================================================================
--- chrome/browser/ui/browser.h (revision 80315)
+++ chrome/browser/ui/browser.h (working copy)
@@ -813,16 +813,18 @@
virtual bool ShouldAddNavigationToHistory(
const history::HistoryAddPageArgs& add_page_args,
NavigationType::Type navigation_type);
- virtual void OnDidGetApplicationInfo(TabContents* tab_contents,
- int32 page_id);
- virtual void OnInstallApplication(TabContents* tab_contents,
- const WebApplicationInfo& app_info);
virtual void ContentRestrictionsChanged(TabContents* source);
virtual void WorkerCrashed();
// Overridden from TabContentsWrapperDelegate:
virtual void URLStarredChanged(TabContentsWrapper* source,
bool starred) OVERRIDE;
+ virtual void OnDidGetApplicationInfo(TabContentsWrapper* source,
+ int32 page_id) OVERRIDE;
+ virtual void OnInstallApplication(
+ TabContentsWrapper* source,
+ const WebApplicationInfo& app_info) OVERRIDE;
+
// Overridden from SearchEngineTabHelperDelegate:
virtual void ConfirmSetDefaultSearchProvider(
TabContents* tab_contents,

Powered by Google App Engine
This is Rietveld 408576698