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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2388103002: reflow comments in public/web (Closed)
Patch Set: Created 4 years, 2 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 | « third_party/WebKit/public/web/WebFrame.h ('k') | third_party/WebKit/public/web/WebFrameWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index bc8eea20751dd04c7831f1f162b8352130c0a564..5193e6fc3f1211d8e7f9a908f12e43d9b3c288e0 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -305,8 +305,8 @@ class BLINK_EXPORT WebFrameClient {
return info.defaultPolicy;
}
- // During a history navigation, we may choose to load new subframes from history as well.
- // This returns such a history item if appropriate.
+ // During a history navigation, we may choose to load new subframes from
+ // history as well. This returns such a history item if appropriate.
virtual WebHistoryItem historyItemForNewChildFrame() {
return WebHistoryItem();
}
@@ -727,8 +727,9 @@ class BLINK_EXPORT WebFrameClient {
// Audio Output Devices API --------------------------------------------
- // Checks that the given audio sink exists and is authorized. The result is provided via the callbacks.
- // This method takes ownership of the callbacks pointer.
+ // Checks that the given audio sink exists and is authorized. The result is
+ // provided via the callbacks. This method takes ownership of the callbacks
+ // pointer.
virtual void checkIfAudioSinkExistsAndIsAuthorized(
const WebString& sinkId,
const WebSecurityOrigin&,
« no previous file with comments | « third_party/WebKit/public/web/WebFrame.h ('k') | third_party/WebKit/public/web/WebFrameWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698