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

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

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Add TODO Created 4 years, 1 month 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 WebFrameLoadType, 262 WebFrameLoadType,
263 const WebHistoryItem&, 263 const WebHistoryItem&,
264 WebHistoryLoadType, 264 WebHistoryLoadType,
265 bool isClientRedirect) override; 265 bool isClientRedirect) override;
266 bool isLoading() const override; 266 bool isLoading() const override;
267 bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873() 267 bool isFrameDetachedForSpecialOneOffStopTheCrashingHackBug561873()
268 const override; 268 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 sendOrientationChangeEvent() override; 271 void sendOrientationChangeEvent() override;
272 void willShowInstallBannerPrompt(int requestId,
273 const WebVector<WebString>& platforms,
274 WebAppBannerPromptReply*) override;
275 WebSandboxFlags effectiveSandboxFlags() const override; 272 WebSandboxFlags effectiveSandboxFlags() const override;
276 void forceSandboxFlags(WebSandboxFlags) override; 273 void forceSandboxFlags(WebSandboxFlags) override;
277 void requestRunTask(WebSuspendableTask*) const override; 274 void requestRunTask(WebSuspendableTask*) const override;
278 void didCallAddSearchProvider() override; 275 void didCallAddSearchProvider() override;
279 void didCallIsSearchProviderInstalled() override; 276 void didCallIsSearchProviderInstalled() override;
280 void replaceSelection(const WebString&) override; 277 void replaceSelection(const WebString&) override;
281 void requestFind(int identifier, 278 void requestFind(int identifier,
282 const WebString& searchText, 279 const WebString& searchText,
283 const WebFindOptions&) override; 280 const WebFindOptions&) override;
284 bool find(int identifier, 281 bool find(int identifier,
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 474
478 DEFINE_TYPE_CASTS(WebLocalFrameImpl, 475 DEFINE_TYPE_CASTS(WebLocalFrameImpl,
479 WebFrame, 476 WebFrame,
480 frame, 477 frame,
481 frame->isWebLocalFrame(), 478 frame->isWebLocalFrame(),
482 frame.isWebLocalFrame()); 479 frame.isWebLocalFrame());
483 480
484 } // namespace blink 481 } // namespace blink
485 482
486 #endif 483 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/app_banner/OWNERS ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698