OLD | NEW |
1 // Copyright (c) 2008 The Chromium Authors. All rights reserved. Use of this | 1 // Copyright (c) 2008 The Chromium Authors. All rights reserved. Use of this |
2 // source code is governed by a BSD-style license that can be found in the | 2 // source code is governed by a BSD-style license that can be found in the |
3 // LICENSE file. | 3 // LICENSE file. |
4 | 4 |
5 #include "config.h" | 5 #include "config.h" |
6 #include "PluginData.h" | 6 #include "PluginData.h" |
7 | 7 |
8 #undef LOG | 8 #undef LOG |
9 #include "webkit/glue/glue_util.h" | 9 #include "webkit/glue/glue_util.h" |
10 #include "webkit/glue/webkit_glue.h" | 10 #include "webkit/glue/webkit_glue.h" |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 } | 46 } |
47 } | 47 } |
48 | 48 |
49 void PluginData::refresh() | 49 void PluginData::refresh() |
50 { | 50 { |
51 // When next we initialize a PluginData, it'll be fresh. | 51 // When next we initialize a PluginData, it'll be fresh. |
52 refreshData = true; | 52 refreshData = true; |
53 } | 53 } |
54 | 54 |
55 } | 55 } |
OLD | NEW |