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

Unified Diff: sky/engine/public/web/WebView.h

Issue 1222483002: Remove the ability to load ".sky" files (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | sky/engine/web/WebViewImpl.cpp » ('j') | sky/engine/web/WebViewImpl.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/web/WebView.h
diff --git a/sky/engine/public/web/WebView.h b/sky/engine/public/web/WebView.h
index 842015fa8e8b673a9743fdda709527438fce8d12..4ce12ad7b74999cc9b0ad0606d04745ec5314c51 100644
--- a/sky/engine/public/web/WebView.h
+++ b/sky/engine/public/web/WebView.h
@@ -50,9 +50,6 @@ struct WebPoint;
class WebView : public WebWidget {
public:
- // I've added this here so that it dies when WebView does. :)
- static bool shouldUseWebView(const GURL& url);
-
// Initialization ------------------------------------------------------
// Creates a WebView that is NOT yet initialized. You will need to
« no previous file with comments | « no previous file | sky/engine/web/WebViewImpl.cpp » ('j') | sky/engine/web/WebViewImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698