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

Unified Diff: apps/app_window.h

Issue 266053003: Remove page IDs from three WebContentsObserver APIs that don't need it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with Avi's change Created 6 years, 7 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 | « android_webview/browser/icon_helper.cc ('k') | apps/app_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_window.h
diff --git a/apps/app_window.h b/apps/app_window.h
index 9e37a073b34a3cc75ce865c9c1a8d7cfd59c23e3..3fd57570cf43126dd61ab71ef32c5a8e247a482c 100644
--- a/apps/app_window.h
+++ b/apps/app_window.h
@@ -405,7 +405,7 @@ class AppWindow : public content::NotificationObserver,
OVERRIDE;
// content::WebContentsObserver implementation.
- virtual void DidFirstVisuallyNonEmptyPaint(int32 page_id) OVERRIDE;
+ virtual void DidFirstVisuallyNonEmptyPaint() OVERRIDE;
// content::NotificationObserver implementation.
virtual void Observe(int type,
« no previous file with comments | « android_webview/browser/icon_helper.cc ('k') | apps/app_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698