| Index: chrome/browser/extensions/api_actions.h
|
| diff --git a/chrome/browser/extensions/api_actions.h b/chrome/browser/extensions/api_actions.h
|
| index 6613f6cc12ce9334a8a290834d3d2eb4cad81001..d3de3e475b9a780eab3fac127fd66e533e665951 100644
|
| --- a/chrome/browser/extensions/api_actions.h
|
| +++ b/chrome/browser/extensions/api_actions.h
|
| @@ -45,6 +45,8 @@ class APIAction : public Action {
|
|
|
| static const char* kTableName;
|
| static const char* kTableContentFields[];
|
| + static const char* kAlwaysLog[];
|
| + static const int kSizeAlwaysLog;
|
|
|
| // Create the database table for storing APIActions, or update the schema if
|
| // it is out of date. Any existing data is preserved.
|
|
|