| Index: webkit/plugins/npapi/webplugin.h
|
| diff --git a/webkit/plugins/npapi/webplugin.h b/webkit/plugins/npapi/webplugin.h
|
| index 4a89e4389471dcf2e2e181b6cd7194e8bb88c8a0..9dd1c57d7b53f0900e245096fead452825dcbea9 100644
|
| --- a/webkit/plugins/npapi/webplugin.h
|
| +++ b/webkit/plugins/npapi/webplugin.h
|
| @@ -138,7 +138,7 @@ class WebPlugin {
|
| const char* range_info,
|
| int range_request_id) = 0;
|
|
|
| - // Returns true iff in off the record (Incognito) mode.
|
| + // Returns true iff in incognito mode.
|
| virtual bool IsOffTheRecord() = 0;
|
|
|
| // Called when the WebPluginResourceClient instance is deleted.
|
|
|