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

Unified Diff: public/web/WebLocalFrame.h

Issue 1140153006: Remove Navigation Transitions from Blink. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed layout tests. Created 5 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 | « public/web/WebFrameClient.h ('k') | public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebLocalFrame.h
diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h
index 1079e9133c45f444b6a8bcd4e324ba207ea3fb80..714219f1b3fde953c84274ce287e649a2be56133 100644
--- a/public/web/WebLocalFrame.h
+++ b/public/web/WebLocalFrame.h
@@ -78,12 +78,6 @@ public:
// cross process.
virtual void setCommittedFirstRealLoad() = 0;
-
- // Navigation Transitions -------------------------------------------------
- virtual void addStyleSheetByURL(const WebString& url) = 0;
- virtual void navigateToSandboxedMarkup(const WebData& markup) = 0;
-
-
// Orientation Changes ----------------------------------------------------
// Notify the frame that the screen orientation has changed.
« no previous file with comments | « public/web/WebFrameClient.h ('k') | public/web/WebRuntimeFeatures.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698