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

Unified Diff: Source/core/loader/FrameLoader.h

Issue 15820002: Page::chrome() should return a reference. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 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 | « Source/core/inspector/InspectorInputAgent.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/FrameLoader.h
diff --git a/Source/core/loader/FrameLoader.h b/Source/core/loader/FrameLoader.h
index 5597d55a0ab9d0db82bec875732fc9c620b3cd82..e129cfbc8d979fa527d11d8435d9ad6f92c645ea 100644
--- a/Source/core/loader/FrameLoader.h
+++ b/Source/core/loader/FrameLoader.h
@@ -279,7 +279,7 @@ private:
SubstituteData defaultSubstituteDataForURL(const KURL&);
- bool fireBeforeUnloadEvent(Chrome*);
+ bool fireBeforeUnloadEvent(Chrome&);
void checkNavigationPolicyAndContinueLoad(PassRefPtr<FormState>);
void checkNavigationPolicyAndContinueFragmentScroll(const NavigationAction&);
« no previous file with comments | « Source/core/inspector/InspectorInputAgent.cpp ('k') | Source/core/loader/FrameLoader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698