Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UPDATE LicstatOption SET `Value`=1 WHERE `Key`='chrome_frame_popup';

If you disable and re-enable Chrome more than once, you may experience trouble when you try to disable it again. If this occurs, run the following query in the License Statistics SQL console:

 

DELETE FROM LicstatOption where `Key`='chrome_frame_popup';
INSERT INTO LicstatOption (`Key`, `Value`) VALUES ('chrome_frame_popup', 0);