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

Unified Diff: content/browser/tab_contents/tab_contents_observer.h

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 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: content/browser/tab_contents/tab_contents_observer.h
diff --git a/content/browser/tab_contents/tab_contents_observer.h b/content/browser/tab_contents/tab_contents_observer.h
index 9b9075816365a96e06228ef4c872ffa8f6d7abe3..2df245630193a5c83db2e2c956d189f020025890 100644
--- a/content/browser/tab_contents/tab_contents_observer.h
+++ b/content/browser/tab_contents/tab_contents_observer.h
@@ -74,11 +74,13 @@ class CONTENT_EXPORT TabContentsObserver : public IPC::Channel::Listener,
virtual void DidStopLoading();
virtual void StopNavigation();
+ // TODO(supersat): Add opener_frame_id and/or other parameters when I finalize the API
virtual void DidOpenURL(const GURL& url,
const GURL& referrer,
WindowOpenDisposition disposition,
content::PageTransition transition);
+ // TODO(supersat): Add opener_frame_id and/or other parameters when I finalize the API
virtual void DidOpenRequestedURL(TabContents* new_contents,
const GURL& url,
const GURL& referrer,

Powered by Google App Engine
This is Rietveld 408576698