OLD | NEW |
---|---|
1 /* | 1 /* |
2 * Copyright (C) 2011 Google Inc. All rights reserved. | 2 * Copyright (C) 2011 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 963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
974 { | 974 { |
975 // Frontend is not interested in interstitials. | 975 // Frontend is not interested in interstitials. |
976 }, | 976 }, |
977 | 977 |
978 /** | 978 /** |
979 * @override | 979 * @override |
980 */ | 980 */ |
981 interstitialHidden: function() | 981 interstitialHidden: function() |
982 { | 982 { |
983 // Frontend is not interested in interstitials. | 983 // Frontend is not interested in interstitials. |
984 }, | |
985 | |
986 /** | |
987 * @override | |
988 */ | |
989 navigationRequested: function() | |
990 { | |
991 // Empty implementation to address closure compiler error | |
kozy
2016/07/18 18:26:36
// Frontend is not interested in interstitials.
| |
984 } | 992 } |
993 | |
985 } | 994 } |
OLD | NEW |