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

Unified Diff: chrome/browser/android/data_usage/data_use_tab_helper.h

Issue 1539763004: Miscellaneous fixes to DataUse UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years 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/android/data_usage/data_use_tab_helper.h
diff --git a/chrome/browser/android/data_usage/data_use_tab_helper.h b/chrome/browser/android/data_usage/data_use_tab_helper.h
index e35aeb7f12924e028ca549523bc5fc044c5a3a65..f7a67cf1da01a8549e717a14166f55214de6ee7a 100644
--- a/chrome/browser/android/data_usage/data_use_tab_helper.h
+++ b/chrome/browser/android/data_usage/data_use_tab_helper.h
@@ -29,7 +29,7 @@ class DataUseTabHelper : public content::WebContentsObserver,
// Overridden from content::WebContentsObserver:
void DidFinishNavigation(
content::NavigationHandle* navigation_handle) override;
- void RenderFrameDeleted(content::RenderFrameHost* render_frame_host) override;
+ void FrameDeleted(content::RenderFrameHost* render_frame_host) override;
DISALLOW_COPY_AND_ASSIGN(DataUseTabHelper);
};

Powered by Google App Engine
This is Rietveld 408576698