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

Unified Diff: chrome/renderer/render_view.h

Issue 99203: Second attempt at cleaning up handling of --disable-popup-blocking. I didn't... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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 | « chrome/browser/unload_uitest.cc ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view.h
===================================================================
--- chrome/renderer/render_view.h (revision 14859)
+++ chrome/renderer/render_view.h (working copy)
@@ -619,9 +619,6 @@
// Decodes a data: URL image or returns an empty image in case of failure.
SkBitmap ImageFromDataUrl(const GURL&) const;
- // A helper method used by WasOpenedByUserGesture.
- bool WasOpenedByUserGestureHelper() const;
-
void DumpLoadHistograms() const;
// Bitwise-ORed set of extra bindings that have been enabled. See
@@ -741,9 +738,6 @@
int history_back_list_count_;
int history_forward_list_count_;
- // True if pop-up blocking is disabled. False by default.
- bool disable_popup_blocking_;
-
// True if the page has any frame-level unload or beforeunload listeners.
bool has_unload_listener_;
« no previous file with comments | « chrome/browser/unload_uitest.cc ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698