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

Unified Diff: chrome/browser/tab_contents/tab_contents_delegate.h

Issue 4979003: Implement web app definition parsing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nacl64 build Created 10 years, 1 month 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/tab_contents/tab_contents_delegate.h
diff --git a/chrome/browser/tab_contents/tab_contents_delegate.h b/chrome/browser/tab_contents/tab_contents_delegate.h
index 63ef115a66c5552bebd339d5831eacd62b473746..dc3528066af5fa8bc1472c62b7feef7440c81150 100644
--- a/chrome/browser/tab_contents/tab_contents_delegate.h
+++ b/chrome/browser/tab_contents/tab_contents_delegate.h
@@ -28,6 +28,7 @@ namespace history {
class HistoryAddPageArgs;
}
+struct ContextMenuParams;
class DownloadItem;
class ExtensionFunctionDispatcher;
class GURL;
@@ -38,7 +39,6 @@ class RenderViewHost;
class TabContents;
class TemplateURL;
class TemplateURLModel;
-struct ContextMenuParams;
// Objects implement this interface to get notified about changes in the
// TabContents and to provide necessary functionality.
@@ -281,7 +281,7 @@ class TabContentsDelegate : public AutomationResourceRoutingDelegate {
const history::HistoryAddPageArgs& add_page_args,
NavigationType::Type navigation_type);
- // Notification when web app info data is available
+ // Notification that a user's request to install an application has completed.
virtual void OnDidGetApplicationInfo(TabContents* tab_contents,
int32 page_id);

Powered by Google App Engine
This is Rietveld 408576698