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

Side by Side Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 2765643002: Revert of PlzNavigate: send SourceLocation when mixed content is found (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Google Inc. All rights reserved. 2 * Copyright (C) 2009 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 const blink::WebContentSecurityPolicyViolation&) override; 267 const blink::WebContentSecurityPolicyViolation&) override;
268 bool isLoading() const override; 268 bool isLoading() const override;
269 bool isNavigationScheduledWithin(double interval) const override; 269 bool isNavigationScheduledWithin(double interval) const override;
270 void setCommittedFirstRealLoad() override; 270 void setCommittedFirstRealLoad() override;
271 void setHasReceivedUserGesture() override; 271 void setHasReceivedUserGesture() override;
272 void blinkFeatureUsageReport(const std::set<int>& features) override; 272 void blinkFeatureUsageReport(const std::set<int>& features) override;
273 void mixedContentFound(const WebURL& mainResourceUrl, 273 void mixedContentFound(const WebURL& mainResourceUrl,
274 const WebURL& mixedContentUrl, 274 const WebURL& mixedContentUrl,
275 WebURLRequest::RequestContext, 275 WebURLRequest::RequestContext,
276 bool wasAllowed, 276 bool wasAllowed,
277 bool hadRedirect, 277 bool hadRedirect) override;
278 const WebSourceLocation&) override;
279 void sendOrientationChangeEvent() override; 278 void sendOrientationChangeEvent() override;
280 WebSandboxFlags effectiveSandboxFlags() const override; 279 WebSandboxFlags effectiveSandboxFlags() const override;
281 void forceSandboxFlags(WebSandboxFlags) override; 280 void forceSandboxFlags(WebSandboxFlags) override;
282 void didCallAddSearchProvider() override; 281 void didCallAddSearchProvider() override;
283 void didCallIsSearchProviderInstalled() override; 282 void didCallIsSearchProviderInstalled() override;
284 void replaceSelection(const WebString&) override; 283 void replaceSelection(const WebString&) override;
285 void requestFind(int identifier, 284 void requestFind(int identifier,
286 const WebString& searchText, 285 const WebString& searchText,
287 const WebFindOptions&) override; 286 const WebFindOptions&) override;
288 bool find(int identifier, 287 bool find(int identifier,
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 506
508 DEFINE_TYPE_CASTS(WebLocalFrameImpl, 507 DEFINE_TYPE_CASTS(WebLocalFrameImpl,
509 WebFrame, 508 WebFrame,
510 frame, 509 frame,
511 frame->isWebLocalFrame(), 510 frame->isWebLocalFrame(),
512 frame.isWebLocalFrame()); 511 frame.isWebLocalFrame());
513 512
514 } // namespace blink 513 } // namespace blink
515 514
516 #endif 515 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/MixedContentChecker.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698